Vector & data

Embedding stores and search engines that back your RAG stack.

6 applicationssingle tenantfrom $5.99/mo
In short

A vector database stores embeddings and finds the nearest matches at query time — the retrieval half of any RAG system. Qdrant, Weaviate, Milvus and Chroma are available as dedicated instances, and pgvector is the option that avoids running a second database at all.

Retrieval quality decides whether a knowledge assistant is useful or embarrassing, and retrieval quality is mostly a question of what happens in this layer: how documents are chunked, which embedding model is used, and whether the query can filter as well as compare.

Most projects start with the store embedded inside their application and move to a dedicated one for a specific reason — the corpus outgrew memory, several applications need the same index, or someone wants to query it directly. All of those are good reasons; starting with a separate instance on day one usually is not.

How it works

Three steps, no Docker knowledge required

Pick the app and the size

Choose memory and storage from the plan table. Every plan is a single-tenant instance with its own volume, its own configuration and its own admin account.

We deploy and harden it

TLS on your domain or ours, firewall, a version pinned to a reviewed release, nightly off-box backups and isolated secrets.

You log in and build

The admin account is yours. Add your API keys, invite your team, export your data whenever you want. Patching stays with us.

Questions

Straight answers

Which one should I choose?
Qdrant for most workloads — fast, filters well, easy to operate. Weaviate when you want hybrid keyword-and-vector search. Milvus for very large collections. pgvector when you would rather not run a second database at all.
How much memory does a collection need?
A rough guide: a million 768-dimension vectors sit around 3 GB before quantization, noticeably less after. Tell us the vector count and dimension and we will size it honestly.
Is this a shared account or my own instance?
Your own. Every plan is a single-tenant instance with its own storage, its own configuration and its own admin account. Nobody else’s workload runs inside it, and nothing you store is pooled with other customers.
Do I have to know Docker?
No. We install the application, put it behind TLS on your domain or a subdomain of ours, and hand you the login. If you do want shell-level access to your data we provide SFTP; you are never required to use it.
What is included in the monthly price?
The instance, the storage, the bandwidth, nightly off-box backups, monitoring, security patching and human support. Model tokens are not included — you bring your own provider key, so there is no markup on usage.
Can I move to a bigger plan later?
Yes, resizing is an in-place upgrade and your data stays where it is. If you outgrow the catalogue entirely we will help you export everything.

Put your AI stack on your own box

Pick an app, pick a size, and have it running today. Month to month, cancel whenever.