AI Search & RAG

Build semantic search and RAG into your product.

Store embeddings next to your data and query by meaning — hybrid with metadata filters in a single call. Bring embeddings from any provider.

What you can build

Outcomes, not infrastructure

Semantic search

Find by meaning, not keywords — combined with normal filters in one query.

RAG copilots

Ground an assistant in your own content, then expose it to agents over MCP.

Recommendations

Surface similar items, docs or users from vector similarity.

How it works on Maravilla

The APIs that power it

Vector Search

Declare a vector index and query by similarity, with quantization and multi-vector support.

await platform.DB.find('docs', {
  $vector: { field: 'embedding', query: vec, k: 10 },
});

Database (hybrid)

Mix semantic similarity with metadata filters and sorting in a single call.

{ $vector: {...}, lang: 'en', published: true }

Media Transforms (OCR)

Turn PDFs and images into searchable text before you embed them.

await platform.media.ocr('uploads/contract.pdf');

Ready to Simplify Your Workflow?

Start deploying in minutes. No credit card required.

Create Free Account