docGPT-langchain icon indicating copy to clipboard operation
docGPT-langchain copied to clipboard

RetrievalQA costs long time to get the answer

Open Lin-jun-xiang opened this issue 2 years ago • 0 comments
trafficstars

Problem

The langchain retrievalQA will costs long time to get the answer.

Solution

  1. Use streaming to solve. (Langchain Issue)
  2. Use streamlit_chat to response streamling. But this feature has not been implemented. (Streamlit Issue)

Lin-jun-xiang avatar Aug 24 '23 08:08 Lin-jun-xiang