Skip to main content
Omni supports two deployment strategies: Docker Compose for simplicity, and AWS Terraform for enterprise scale.

Deployment Options

Architecture

All deployments include the same core components:
ComponentPurpose
omni-webSvelteKit frontend and API
omni-searcherSearch query processing
omni-indexerDocument processing
omni-aiLLM and embedding orchestration
PostgreSQLDatabase with pg_search and pgvector
RedisCaching and sessions
Connectors (Google, Slack, Atlassian, Filesystem) run as separate services that sync data sources.

Next Steps