umaiku commited on
Commit
8661441
·
verified ·
1 Parent(s): c5c1b9c

Update app.py

Browse files

Correct faiss_index path

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ embeddings = HuggingFaceEmbeddings(model_name="intfloat/multilingual-e5-small")
22
 
23
  vector_db = FAISS.load_local("faiss_index", embeddings, allow_dangerous_deserialization=True)
24
 
25
- df = pd.read_csv("fais_ubdex/bger_cedh_db 1954-2024.csv")
26
 
27
  def respond(
28
  message,
 
22
 
23
  vector_db = FAISS.load_local("faiss_index", embeddings, allow_dangerous_deserialization=True)
24
 
25
+ df = pd.read_csv("faiss_index/bger_cedh_db 1954-2024.csv")
26
 
27
  def respond(
28
  message,