Spaces:
Sleeping
Sleeping
trying query engine
Browse files- backend.py +1 -1
backend.py
CHANGED
@@ -244,7 +244,7 @@ def handle_query(query_str: str,
|
|
244 |
|
245 |
#chat_engine.reset()
|
246 |
outputs = []
|
247 |
-
response = query_engine.query(query_str
|
248 |
#response = chat_engine.stream_chat(query_str, chat_history=conversation)
|
249 |
|
250 |
sources = [] # Use a list to collect multiple sources if present
|
|
|
244 |
|
245 |
#chat_engine.reset()
|
246 |
outputs = []
|
247 |
+
response = query_engine.query(query_str)
|
248 |
#response = chat_engine.stream_chat(query_str, chat_history=conversation)
|
249 |
|
250 |
sources = [] # Use a list to collect multiple sources if present
|