Spaces:
Sleeping
Sleeping
title: Rag Chatbot | |
emoji: π | |
colorFrom: indigo | |
colorTo: purple | |
sdk: streamlit | |
sdk_version: 1.36.0 | |
app_file: app.py | |
pinned: false | |
Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference | |
# Astra | |
## Setup | |
To setup this project locally, you need to have a `.env` file in the root directory with the following variables: | |
Then, install the dependencies: | |
With development dependencies: | |
```bash | |
pip install -r requirements.dev.txt | |
``` | |
Without development dependencies: | |
```bash | |
pip install -r requirements.txt | |
``` | |
``` | |
astra | |
ββ .chroma | |
β ββ chroma.sqlite3 | |
β ββ dc7b6404-7ded-4d69-99f3-f52281dcd3a5 | |
β β ββ data_level0.bin | |
β β ββ header.bin | |
β β ββ length.bin | |
β β ββ link_lists.bin | |
β ββ ed364018-df08-4fec-9296-0669e97a7ab7 | |
β ββ data_level0.bin | |
β ββ header.bin | |
β ββ length.bin | |
β ββ link_lists.bin | |
ββ .gitignore | |
ββ .python-version | |
ββ app | |
β ββ ingest.py | |
β ββ main.py | |
β ββ src | |
β β ββ astra.py | |
β β ββ chroma.py | |
β β ββ llm.py | |
β β ββ sentence.py | |
β β ββ settings.py | |
β β ββ template.py | |
β β ββ test.py | |
β β ββ __init__.py | |
β ββ __init__.py | |
ββ data | |
β ββ sub_chunk_kb_acl-100k.csv | |
ββ pyproject.toml | |
ββ README.md | |
ββ requirements.dev.txt | |
ββ requirements.txt | |
``` | |