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

Resource limit: Oh No, Error running app. #2

Open Lin-jun-xiang opened 1 year ago

Lin-jun-xiang commented 1 year ago

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 free model in the same time, our app will "over the resource limits".

Reference

Suggestion

  1. improve streamlit app performance
  2. RAM in streamlit
  3. Select a lower embedding model of HuggingFace
Lin-jun-xiang commented 12 months ago