Skip to content

Production guides

The language pages explain individual constructs. These guides combine them into production retrieval patterns.

Hybrid retrieval

Build dense and sparse candidate stages, then fuse them with RRF or DBSF.

Open the guide

Embeddings and reranking

Resolve vector roles and choose late-interaction or cross-encoder reranking.

Open the guide

Multitenancy

Keep isolation, shard routing, index layout, and partition lifecycle distinct.

Open the guide

Backends

Choose between Qdrant REST, gRPC, and in-process edge execution.

Open the guide

Filter injection

Enforce tenant and authorization predicates at the AST level with inject_filter.

Open the guide