fazni commited on
Commit
86068b8
1 Parent(s): 7b4db88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def main():
120
 
121
  elif functionality == "Ask Questions":
122
 
123
- embeddings = HuggingFaceInstructEmbeddings(model_name='hkunlp/instructor-large')
124
 
125
  # new_db = FAISS.load_local("faiss_index_V2", embeddings)
126
 
 
120
 
121
  elif functionality == "Ask Questions":
122
 
123
+ embeddings = HuggingFaceInstructEmbeddings()
124
 
125
  # new_db = FAISS.load_local("faiss_index_V2", embeddings)
126