← All Use Cases

Build Semantic Search with ZeroDB

Go beyond keyword matching. Build search that understands context, intent, and meaning — in minutes, not months.

What is Semantic Search?

Traditional search matches keywords. Semantic search matches meaning. Users search for "how to deploy AI agents" and find content about "agentic workflow deployment" — even without exact keyword overlap. Powered by vector embeddings and similarity search.

How ZeroDB Makes It Easy

ZeroDB is a serverless vector database that handles embedding storage, similarity search, and hybrid queries — all through a simple REST API.

# Store an embedding

POST /api/v1/projects/{id}/database/vectors/upsert

# Search by similarity

POST /api/v1/projects/{id}/database/vectors/search