Med Tiouti commited on
Commit
2009b2e
1 Parent(s): adfe007

Fix faiss path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ k = 3
68
 
69
 
70
 
71
- embeddings_shl_path ="/content/faiss_index_shl"
72
  embeddings_model_repo = 'sentence-transformers/all-MiniLM-L6-v2'
73
  ### download embeddings model
74
  embeddings = HuggingFaceInstructEmbeddings(
 
68
 
69
 
70
 
71
+ embeddings_shl_path ="faiss_index_shl"
72
  embeddings_model_repo = 'sentence-transformers/all-MiniLM-L6-v2'
73
  ### download embeddings model
74
  embeddings = HuggingFaceInstructEmbeddings(