Spaces:
Sleeping
Sleeping
TusharsinghBaghel
commited on
Commit
•
43ba1c8
1
Parent(s):
6afb481
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def vector_embedding():
|
|
65 |
|
66 |
|
67 |
embeddings=HuggingFaceEmbeddings()
|
68 |
-
vectors = FAISS.load_local("
|
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:
|