Spaces:
Runtime error
Runtime error
Commit
·
b7a8f69
1
Parent(s):
2c80bdd
Update Index.py
Browse files
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(
|
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}
|