sahanes commited on
Commit
4252415
·
verified ·
1 Parent(s): 1c8fc56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from langchain_community.vectorstores.faiss import FAISS
19
 
20
 
21
 
22
- db = faiss.read_index('index.pkl')
23
 
24
  #-----------------------------------------------------------------------------
25
  def get_response_from_query(db, query, k=3):
 
19
 
20
 
21
 
22
+ db = FAISS.read_index('index.pkl')
23
 
24
  #-----------------------------------------------------------------------------
25
  def get_response_from_query(db, query, k=3):