OrifjonKenjayev commited on
Commit
78aa1b8
·
verified ·
1 Parent(s): a8f24b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "faiss_index",
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
  )