StreamLight commited on
Commit
df6fa93
·
verified ·
1 Parent(s): e4de3eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("./index/chapes_fluides_e5.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