RAG-Lib / README.md
JaMussCraft's picture
Upload folder using huggingface_hub
8800ef0 verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
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
python -m pip install -r /workspaces/RAG-Lib/requirements.txt
  1. Set the environment variable "OPENAI_API_KEY"

Running Kotaemon

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