This is a beta feature available in versions
0.25.0 and above.vector type inside the same index that
stores text and columnar data. This lets ParadeDB evaluate vector similarity,
full-text predicates, filters, and ranking from one index-backed query path.
ParadeDB vectors use ParadeDB-built index structures designed for fast
nearest-neighbor retrieval at scale. They are independent from pgvector’s HNSW
and IVFFlat indexes, while still using pgvector’s vector type.
Because vectors live in the same index as text and filters, vector search can be
combined with text search into a single ranking.
See How Hybrid Search Works.
For indexing, query syntax, and tuning options, see the Vector / Semantic Search
reference.