added Hybrid Search with BM25
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ class BSIChatbot:
|
|
269 |
|
270 |
all_documents = []
|
271 |
|
272 |
-
print(
|
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():
|