MSEAJYTHTH commited on
Commit
5a59379
·
verified ·
1 Parent(s): 07d277c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ embeddings = HuggingFaceEmbeddings(
30
  )
31
 
32
 
33
- db = FAISS.load_local("MSEAJYTHTH/NFPC/tree/main/faiss_index", embeddings, allow_dangerous_deserialization=True)
34
 
35
 
36
  def find_best_page_content(question, keywords, db):
 
30
  )
31
 
32
 
33
+ db = FAISS.load_local("faiss_index", embeddings, allow_dangerous_deserialization=True)
34
 
35
 
36
  def find_best_page_content(question, keywords, db):