YALCINKAYA commited on
Commit
faaba49
·
verified ·
1 Parent(s): e18365a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ index = initialize_faiss()
100
  save_faiss_index(index)
101
 
102
  # Load document store and populate FAISS index
103
- knowledgebase_file = os.path.join(UPLOAD_DIR, "knowledge_text.txt") # Ensure this path is correct
104
 
105
  def load_document_store():
106
  """Loads knowledgebase.txt into a dictionary where FAISS IDs map to text and embeddings"""
 
100
  save_faiss_index(index)
101
 
102
  # Load document store and populate FAISS index
103
+ knowledgebase_file = os.path.join(UPLOAD_DIR, "knowledgebase1.txt") # Ensure this path is correct
104
 
105
  def load_document_store():
106
  """Loads knowledgebase.txt into a dictionary where FAISS IDs map to text and embeddings"""