RAG-Lib / README.md
JaMussCraft's picture
Upload folder using huggingface_hub
8800ef0 verified
---
title: RAG-Lib
app_file: RAG UI.py
sdk: gradio
sdk_version: 5.15.0
---
# RAG-Lib
RAG gor UKY Libs.
## Setup
1. Install the following libraries
```py
python -m pip install -r /workspaces/RAG-Lib/requirements.txt
```
2. Set the environment variable "OPENAI_API_KEY"
## Running Kotaemon
```bash
docker run \
-e GRADIO_SERVER_NAME=0.0.0.0 \
-e GRADIO_SERVER_PORT=7860 \
-v ./ktem_app_data:/app/ktem_app_data \
-p 7860:7860 -it --rm \
--platform linux/amd64 \
ghcr.io/cinnamon/kotaemon:main-lite
```