Update main.py
Browse files
main.py
CHANGED
@@ -54,7 +54,7 @@ def load_components():
|
|
54 |
print("✅ FAISS index 1 loaded.")
|
55 |
|
56 |
# — Second index
|
57 |
-
zip2 = "
|
58 |
dir2 = "faiss_index_extra"
|
59 |
if not os.path.exists(dir2):
|
60 |
with zipfile.ZipFile(zip2, 'r') as z:
|
|
|
54 |
print("✅ FAISS index 1 loaded.")
|
55 |
|
56 |
# — Second index
|
57 |
+
zip2 = "faiss_index(1).zip"
|
58 |
dir2 = "faiss_index_extra"
|
59 |
if not os.path.exists(dir2):
|
60 |
with zipfile.ZipFile(zip2, 'r') as z:
|