Make ktem official (#134)
* Move kotaemon and ktem into same folder * Update docs * Update CI * Resolve mypy, isorts * Re-allow test pdf files
This commit is contained in:
committed by
GitHub
parent
9c5b707010
commit
2dd531114f
24
libs/ktem/README.md
Normal file
24
libs/ktem/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user