Skip to content

mikeolubode/kagglex

Repository files navigation

Chatbot

Dashboard to conversationally retrieve information from user-provided document using an LLM.

Installation

  1. clone repo
    git clone https://github.com/mikeolubode/kagglex.git

  2. create a new environment
    python -m venv .venv

  3. activate new environment
    source .venv/bin/activate

  4. install dependencies
    pip install -r requirements.txt

  5. set up the following environment variables EMAIL, GOOGLE_PALM_API_KEY and CONFLUENCE_API_TOKEN

Usage

Run application chainlit run src/app.py -w

About

No description, website, or topics provided.

Resources

License

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors