top | item 38847814

(no title)

diqi | 2 years ago

We haven't benchmarked against 0.5.2 yet so I can't share exact numbers. We will benchmark it once it is released.

We think our approach will still significantly outperform pgvector because it does less on your production database.

We generate the index remotely, on a compute-optimized machine, and only use your production database for index copy.

Parallel pgvector would have to use your production database resources to run the compute-intensive HNSW index creation workload.

discuss

order

kiwicopple|2 years ago

which version of pgvector are you using for these benchmarks?

diqi|2 years ago

We used 0.5.0 for these