BhanuPrakashSamoju commited on
Commit
b7a8f69
·
1 Parent(s): 2c80bdd

Update Index.py

Browse files
Files changed (1) hide show
  1. Index.py +1 -1
Index.py CHANGED
@@ -329,6 +329,6 @@ def rag(domain: str, question: str, evaluate: bool):
329
  print("Look here for context --> ")
330
  for i in embeddings.search(question):
331
  print("------------------------------")
332
- print(text)
333
 
334
  return {"question": question, "answer": answer}
 
329
  print("Look here for context --> ")
330
  for i in embeddings.search(question):
331
  print("------------------------------")
332
+ print(i)
333
 
334
  return {"question": question, "answer": answer}