TusharsinghBaghel commited on
Commit
43ba1c8
1 Parent(s): 6afb481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def vector_embedding():
65
 
66
 
67
  embeddings=HuggingFaceEmbeddings()
68
- vectors = FAISS.load_local("Faiss_index", embeddings, allow_dangerous_deserialization=True)
69
 
70
  def Get_Rag_Response(query):
71
  if query:
 
65
 
66
 
67
  embeddings=HuggingFaceEmbeddings()
68
+ vectors = FAISS.load_local("Faiss_index2", embeddings, allow_dangerous_deserialization=True)
69
 
70
  def Get_Rag_Response(query):
71
  if query: