Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ Answer:"""
|
|
117 |
|
118 |
if self.debug:
|
119 |
print(f"Search results type: {type(search_results)}")
|
120 |
-
print(f"Search results: {search_results}")
|
121 |
|
122 |
if not search_results:
|
123 |
return "No search results found. Let me try to answer based on my knowledge:\n\n" + self._answer_with_llm(question)
|
|
|
117 |
|
118 |
if self.debug:
|
119 |
print(f"Search results type: {type(search_results)}")
|
120 |
+
#print(f"Search results: {search_results}")
|
121 |
|
122 |
if not search_results:
|
123 |
return "No search results found. Let me try to answer based on my knowledge:\n\n" + self._answer_with_llm(question)
|