Dashboard to conversationally retrieve information from user-provided document using an LLM.
-
clone repo
git clone https://github.com/mikeolubode/kagglex.git -
create a new environment
python -m venv .venv -
activate new environment
source .venv/bin/activate -
install dependencies
pip install -r requirements.txt -
set up the following environment variables EMAIL, GOOGLE_PALM_API_KEY and CONFLUENCE_API_TOKEN
Run application chainlit run src/app.py -w