erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.98k stars 748 forks source link

Benchmark pgvectorscale #535

Open navinpai opened 5 months ago

navinpai commented 5 months ago

pgvectorscale is a postgres extension that builds on top of pgvector to add a few capabilities to make it more performant. Their claims have been quite good: https://www.timescale.com/blog/pgvector-is-now-as-fast-as-pinecone-at-75-less-cost/ , however it would be good to have it run through a more neutral, unbiased benchmarking system to validate it's performance

C0rWin commented 1 month ago

https://github.com/erikbern/ann-benchmarks/pull/539, I added a PR pending review to include pgvectorscale

cile98 commented 3 weeks ago

Hey, are there any updates on when this pr is expected to be done? Would really love to see the comparison with other methods

C0rWin commented 2 days ago

Hey, are there any updates on when this pr is expected to be done? Would really love to see the comparison with other methods

Still pending review... Would love to see results also.