Skip to main content
This is a beta feature available in versions 0.25.0 and above.
Use these pages when you need the exact SQL shape for vector search in ParadeDB. For the mental model, see How Vector Search Works.

Indexing Vectors

Add pgvector vector columns to a ParadeDB index.

Querying Vectors

Run nearest-neighbor queries with filters and deterministic ordering.

Tuning Recall and Latency

Adjust vector search parameters for larger datasets.

Hybrid Search

Combine vector and full-text rankings.