No description
Find a file
2025-08-20 06:29:16 -04:00
documents take 0 2025-07-10 22:36:45 -04:00
flows openrag flow 2025-08-13 21:23:18 -04:00
frontend simplify search screen and fix kf panel bug 2025-08-20 06:29:06 -04:00
securityconfig refactor to openrag and knowledge filters 2025-08-13 16:31:35 -04:00
src move jwt key generation to startup 2025-08-19 12:18:41 -04:00
.dockerignore gdrive v0 2025-07-29 02:12:44 -04:00
.env.example .env.example 2025-08-20 04:27:04 -04:00
.gitignore oidc / opensearch auth integration -- search endpoint 2025-08-11 16:45:54 -04:00
.python-version take 0 2025-07-10 22:36:45 -04:00
docker-compose-cpu.yml docker-compose improvements 2025-08-19 12:07:11 -04:00
docker-compose.yml selinux podman volume relabel 2025-08-20 04:08:57 -04:00
Dockerfile oidc / opensearch auth integration -- search endpoint 2025-08-11 16:45:54 -04:00
Dockerfile.backend move jwt key generation to startup 2025-08-19 12:18:41 -04:00
Dockerfile.frontend split frontend and backend containers 2025-08-01 10:12:39 -04:00
pyproject.toml aws s3 upload v0 2025-08-18 23:46:32 -04:00
README.md readme 2025-08-20 04:23:42 -04:00
uv.lock aws s3 upload v0 2025-08-18 23:46:32 -04:00
warm_up_docling.py dockerize app 2025-07-11 02:02:18 -04:00

OpenRAG

Ask DeepWiki

getting started

Set up your secrets:

cp .env.example .env

Populate the values in .env

Requirements:

Docker or podman with compose installed.

Run OpenRAG:

docker compose build

docker compose up

CPU only:

docker compose -f docker-compose-cpu.yml up

If you need to reset state:

docker compose up --build --force-recreate --remove-orphans