docs/documentation/vector/overview.mdx
<Note>This is a beta feature available in versions 0.25.0 and above.</Note>
Today, most Postgres users rely on the pgvector extension for similarity (i.e. vector) search. pgvector works well for many use cases, but has a few limitations:
The ParadeDB index supports pgvector's 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.