kotaemon/libs/ktem
Duc Nguyen (john) 513e86f490 Add dedicated information panel to the UI (#137)
* Allow streaming to the chatbot and the information panel without threading
* Highlight evidence in a simple manner
2024-01-25 19:07:53 +07:00
..
khapptests Make ktem official (#134) 2024-01-23 10:54:18 +07:00
ktem Add dedicated information panel to the UI (#137) 2024-01-25 19:07:53 +07:00
scripts Make ktem official (#134) 2024-01-23 10:54:18 +07:00
.gitignore Make ktem official (#134) 2024-01-23 10:54:18 +07:00
flowsettings.py Add dedicated information panel to the UI (#137) 2024-01-25 19:07:53 +07:00
launch.py Make ktem official (#134) 2024-01-23 10:54:18 +07:00
pyproject.toml Make ktem official (#134) 2024-01-23 10:54:18 +07:00
README.md Make ktem official (#134) 2024-01-23 10:54:18 +07:00
requirements.txt Make ktem official (#134) 2024-01-23 10:54:18 +07:00

Example of MVP pipeline for example

Prerequisite

To run the system out-of-the-box, please supply the following environment variables:

OPENAI_API_KEY=
OPENAI_API_BASE=
OPENAI_API_VERSION=
SERPAPI_API_KEY=
COHERE_API_KEY=
OPENAI_API_KEY_EMBEDDING=

# optional
KH_APP_NAME=

Run

gradio launch.py