Skip to main content

Before you start — voice only or with knowledge base?

Rapida has two deployment modes. Choose before running any commands.
Voice Assistant OnlyVoice + Knowledge Base
What it doesBuild voice assistants that call LLMs directlyEverything in Voice Only, plus upload documents and answer questions from your own content
Extra servicesdocument-api (Python) + opensearch
RAM4 GB minimum8–16 GB (OpenSearch is memory-intensive)
Build commandmake build-allmake build-all-with-knowledge
Start commandmake up-allmake up-all-with-knowledge
Best forMost users — calling bots, IVR, voice agentsAssistants that answer questions from your PDFs, docs, or CSVs
Start with Voice Only. You can add the knowledge base later at any time by running make up-all-with-knowledge. No existing data is affected.