File size: 503 Bytes
9669167
8800ef0
 
9669167
8800ef0
9669167
8800ef0
 
9669167
8800ef0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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
```