Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -7,7 +7,7 @@ import os, pickle
|
|
| 7 |
|
| 8 |
# == Fast Load of Precomputed Index ==
|
| 9 |
HERE = os.path.dirname(__file__)
|
| 10 |
-
with open(os.path.join(HERE, "
|
| 11 |
all_chunks = pickle.load(f) # already contain embeddings and ids
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
# == Fast Load of Precomputed Index ==
|
| 9 |
HERE = os.path.dirname(__file__)
|
| 10 |
+
with open(os.path.join(HERE, "chunk_index_bertino_final.pkl"), "rb") as f:
|
| 11 |
all_chunks = pickle.load(f) # already contain embeddings and ids
|
| 12 |
|
| 13 |
|