MikeMann commited on
Commit
4ca0220
·
1 Parent(s): c6b35f5

added Hybrid Search with BM25

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):