docGPT-langchain
docGPT-langchain copied to clipboard
🔐Free GPT-3.5 chat with your docs (PDF, WORD, CSV, TXT)
### Issue you'd like to raise. Hey. I was wondering if there was a way to run the app.py script without need for streamlit. I want to do that so...
## Problem 1. The free model will use `HuggingFaceEmbeddings` which cause lots of **memory**. 2. The streamlit free server just have 1GB RAM. 3. When there have multiple users using...
## Problem The langchain retrievalQA will costs long time to get the answer. ## Solution 1. Use `streaming` to solve. ([Langchain Issue](https://github.com/langchain-ai/langchain/issues/3202)) 2. Use `streamlit_chat` to response streamling. But this...