Embedded & Serverless¶
Uni runs as a library inside your application process. There is no separate server to deploy, monitor, or scale. You open a database path and start querying immediately.
What It Provides¶
- In-process execution with no network hops.
- Simple local deployment for desktop, backend services, or edge devices.
- Optional durability to local disk or object storage.
Example¶
Use Cases¶
- Local search and recommendation inside a service.
- Edge or on-device knowledge graphs.
- Testing and CI environments without external dependencies.
When To Use¶
Choose embedded mode when you want predictable latency and minimal ops. If you need multi-tenant hosted access or cross-region write scaling, use a separate managed system.