Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ class ChatBot:
|
|
22 |
|
23 |
# Load the pre-created FAISS index with embeddings
|
24 |
self.vectorstore = FAISS.load_local(
|
25 |
-
"
|
26 |
embeddings=self.embeddings,
|
27 |
allow_dangerous_deserialization=True # Only enable this if you trust the source of the index
|
28 |
)
|
|
|
22 |
|
23 |
# Load the pre-created FAISS index with embeddings
|
24 |
self.vectorstore = FAISS.load_local(
|
25 |
+
".",
|
26 |
embeddings=self.embeddings,
|
27 |
allow_dangerous_deserialization=True # Only enable this if you trust the source of the index
|
28 |
)
|