MikeMann commited on
Commit
2138552
·
1 Parent(s): a26900c

added Hybrid Search with BM25

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ class BSIChatbot:
269
 
270
  all_documents = []
271
 
272
- print("DBG:"+vectorstore.index_to_docstore_id)
273
 
274
  # Iteriere über alle IDs im index_to_docstore_id
275
  for doc_id in vectorstore.index_to_docstore_id.values():
 
269
 
270
  all_documents = []
271
 
272
+ print(vectorstore.index_to_docstore_id)
273
 
274
  # Iteriere über alle IDs im index_to_docstore_id
275
  for doc_id in vectorstore.index_to_docstore_id.values():