Spaces:
Sleeping
Sleeping
Update rag_engine.py
Browse files- rag_engine.py +1 -1
rag_engine.py
CHANGED
|
@@ -123,4 +123,4 @@ def run_advanced_rag(query: str, session_id: str, bm25_retriever, doc_store, cha
|
|
| 123 |
|
| 124 |
response = llm.invoke([HumanMessage(content=msg_content)])
|
| 125 |
|
| 126 |
-
return response.content
|
|
|
|
| 123 |
|
| 124 |
response = llm.invoke([HumanMessage(content=msg_content)])
|
| 125 |
|
| 126 |
+
return response.content
|