Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.rapida.ai/llms.txt

Use this file to discover all available pages before exploring further.

Choose deployment mode

Select one mode before running commands:
  • Use this for voice assistants that call LLM providers directly and you want the smallest controlled deployment footprint.
  • Services started: ui, nginx, web-api, assistant-api, integration-api, endpoint-api, postgres, redis
  • Minimum RAM: 4 GB
  • Start command (builds and starts): make up-all
  • Optional pre-build command: make build-all
make up-all

Voice + Knowledge Base

  • Use this if teams or clients need private document retrieval (RAG) in the same controlled environment.
  • Adds: document-api and opensearch
  • Minimum RAM: 8 to 16 GB
  • Start command (builds and starts): make up-all-with-knowledge
  • Optional pre-build command: make build-all-with-knowledge
make up-all-with-knowledge
You can start with Voice Only and switch later by running make up-all-with-knowledge. Existing PostgreSQL and Redis data is not changed.