added Hybrid Search with BM25
Browse files
app.py
CHANGED
@@ -276,6 +276,7 @@ class BSIChatbot:
|
|
276 |
document = vectorstore.get_by_ids(doc_id)
|
277 |
all_documents.append(document)
|
278 |
|
|
|
279 |
return all_documents
|
280 |
|
281 |
def initializeLLM(self):
|
|
|
276 |
document = vectorstore.get_by_ids(doc_id)
|
277 |
all_documents.append(document)
|
278 |
|
279 |
+
print("DBG Document1:" + all_documents[1])
|
280 |
return all_documents
|
281 |
|
282 |
def initializeLLM(self):
|