Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 558 Bytes

README.MD

File metadata and controls

20 lines (14 loc) · 558 Bytes

Small Streamlit RAG-application

Installation and running

  1. Create virtual enviroment

    python -m venv .venv
    source .venv/bin/activate
    
  2. Install dependencies: pip install -r requirements.txt

  3. Create .streamlit/secrets.toml with GIGA_KEY='you_gigachat_key' (get key here)

  4. Run app: streamlit run app.py

You can upload *.txt or *.pdf files.

TO DO

  • source file uploading
  • setting chunksize and overlap size from web-interface