docGPT-langchain
docGPT-langchain copied to clipboard
RetrievalQA costs long time to get the answer
trafficstars
Problem
The langchain retrievalQA will costs long time to get the answer.
Solution
- Use
streamingto solve. (Langchain Issue) - Use
streamlit_chatto response streamling. But this feature has not been implemented. (Streamlit Issue)