Ary-007 commited on
Commit
dfbb2bc
·
verified ·
1 Parent(s): 7b2a2d7

Update rag_engine.py

Browse files
Files changed (1) hide show
  1. 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, retrieved_images
 
123
 
124
  response = llm.invoke([HumanMessage(content=msg_content)])
125
 
126
+ return response.content