-
Create virtual enviroment
python -m venv .venv source .venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
-
Create
.streamlit/secrets.toml
withGIGA_KEY='you_gigachat_key'
(get key here) -
Run app:
streamlit run app.py
You can upload *.txt
or *.pdf
files.
TO DO
source file uploadingsetting chunksize and overlap size from web-interface