-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pgvectorscale #539
base: main
Are you sure you want to change the base?
Add pgvectorscale #539
Conversation
The (PgVectorScale extends existing PgVector with DiskANN index implementation, claiming to have descent improvement over the existing implementation, thought it might be good to include it into ann-benchmark as well. |
guys, @maumueller, @jkatz can you please take a look on this PR? |
This commit inspired by timescale blog post publication [1] about performance improvements over current implementation of the pgvector [2] implementation. Adding a benchmark to evaluate implementation suggested by PgVectorScale project. [1]: https://www.timescale.com/blog/pgvector-is-now-as-fast-as-pinecone-at-75-less-cost/ [2]: https://github.com/timescale/pgvectorscale/tree/main Signed-off-by: Artem Barger <[email protected]>
c4464b5
to
90d0af7
Compare
@jkatz I have updated PR with changes you have mentioned. |
@jkatz is there something else needed to be changed? |
Are there any updates? IMO, getting results of PGVectorscale with ANN quite interesting to compare with baseline. Will appreciate review and suggestions for improvements. |
This commit inspired by timescale blog post publication 1 about performance improvements over current implementation of the pgvector 2 implementation. Adding a benchmark to evaluate implementation suggested by PgVectorScale project.