Update ingest.py
Browse files
ingest.py
CHANGED
@@ -80,4 +80,4 @@ def create_faiss_index():
|
|
80 |
print(f"Failed to save FAISS index: {e}")
|
81 |
|
82 |
if __name__ == "__main__":
|
83 |
-
create_faiss_index()
|
|
|
80 |
print(f"Failed to save FAISS index: {e}")
|
81 |
|
82 |
if __name__ == "__main__":
|
83 |
+
create_faiss_index()
|