Update rag_chain.py

This commit is contained in:
localsoo 2025-04-22 00:01:38 +00:00
parent 38b7f4b95a
commit 363a28d328

@ -132,5 +132,5 @@ def build_rag_chain():
qa_chain = RetrievalQA.from_chain_type(llm=llm, retriever=retriever)
client.close()
# client.close()
return qa_chain