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

🔐Free GPT-3.5 chat with your docs (PDF, WORD, CSV, TXT)

Results 4 docGPT-langchain issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

## 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...

enhancement