Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ model_sentence_transformers = SentenceTransformer('intfloat/multilingual-e5-base
|
|
71 |
model_reponse_mixtral_instruct="mistralai/Mixtral-8x7B-Instruct-v0.1"
|
72 |
|
73 |
#Load the index
|
74 |
-
index_reloaded = faiss.read_index("./
|
75 |
|
76 |
K=2
|
77 |
|
|
|
71 |
model_reponse_mixtral_instruct="mistralai/Mixtral-8x7B-Instruct-v0.1"
|
72 |
|
73 |
#Load the index
|
74 |
+
index_reloaded = faiss.read_index("./chapes_fluides_e5.index")
|
75 |
|
76 |
K=2
|
77 |
|