This is a beta feature available in versions
0.25.0 and above.- Filtering Performance: Its indexes are separate from the ParadeDB index, so performance suffers when composing vector search with text search and other filters.
- Memory Constraints: Index build times balloon when the entire index does not fit in memory, preventing pgvector from scaling to large datasets.
- Index Quality Under Updates: Indexes can degrade over time under update-heavy workloads.
vector type and is designed to solve these limitations. Vectors are indexed with a SPANN-style index, the state-of-the-art approach for billion-scale vector search.