kotaemon/libs/ktem
2024-02-02 11:37:57 +07:00
..
khapptests Update docs (#106) 2024-01-30 18:50:17 +07:00
ktem Enable HTML upload 2024-02-02 11:37:57 +07:00
migrations Optionally allow database migration with Alembic 2024-01-28 19:54:15 +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
alembic.ini Optionally allow database migration with Alembic 2024-01-28 19:54:15 +07:00
flowsettings.py Optionally allow database migration with Alembic 2024-01-28 19:54:15 +07:00
launch.py Add app title, favicon. More natural chat 2024-01-25 22:40:32 +07:00
pyproject.toml Enable pptx support 2024-01-27 23:08:06 +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