Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions services/rag-backend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# RAG backend

The RAG backend provides the chat and retrieval API for the template. It uses
the shared RAG libraries to connect uploaded content, embeddings, vector
storage, and language model calls.

# Requirements

All required Python libraries can be found in the [pyproject.toml](pyproject.toml)
file. The backend ships its own `Dockerfile` and `Dockerfile.dev` and depends on
the [rag-core-api](../../libs/rag-core-api/) and
[rag-core-lib](../../libs/rag-core-lib/) packages.

# Deployment

A detailed explanation of the deployment can be found in the
[project README](../../README.md). The Helm chart used for deployment is in the
[infrastructure directory](../../infrastructure/).
Loading