Skip to main content

Choose deployment mode

Select one mode before running commands:
  • Use this for voice assistants that call LLM providers directly.
  • 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 assistants need document retrieval (RAG).
  • 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.