Lin-jun-xiang / docGPT-langchain

🔐Free GPT-3.5 chat with your docs (PDF, WORD, CSV, TXT)
https://docgpt-app.streamlit.app/
MIT License
236 stars 51 forks source link

RetrievalQA costs long time to get the answer #1

Open Lin-jun-xiang opened 1 year ago

Lin-jun-xiang commented 1 year ago

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)