sahanes commited on
Commit
e7c7b80
·
verified ·
1 Parent(s): e3aba0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ except ValidationError as e:
50
  #db = faiss.deserialize_index(f.read())
51
 
52
  #------------------------------------------------------------------------------
53
- db=FAISS.load_local("faiss_index", embeddings,allow_dangerous_deserialization=True)
54
  #-----------------------------------------------------------------------------
55
  def get_response_from_query(db, query, k=3):
56
 
 
50
  #db = faiss.deserialize_index(f.read())
51
 
52
  #------------------------------------------------------------------------------
53
+ db=FAISS.load_local("faiss_index/faiss_index", embeddings,allow_dangerous_deserialization=True)
54
  #-----------------------------------------------------------------------------
55
  def get_response_from_query(db, query, k=3):
56