Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add pgvectorscale #539

wants to merge 1 commit into from

Conversation

C0rWin
Copy link
Contributor

@C0rWin C0rWin commented Aug 6, 2024

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.

@C0rWin
Copy link
Contributor Author

C0rWin commented Aug 6, 2024

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.

@C0rWin
Copy link
Contributor Author

C0rWin commented Aug 12, 2024

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]>
@C0rWin
Copy link
Contributor Author

C0rWin commented Sep 5, 2024

@jkatz I have updated PR with changes you have mentioned.

@C0rWin
Copy link
Contributor Author

C0rWin commented Sep 19, 2024

@jkatz is there something else needed to be changed?

@C0rWin
Copy link
Contributor Author

C0rWin commented Oct 5, 2024

Are there any updates? IMO, getting results of PGVectorscale with ANN quite interesting to compare with baseline. Will appreciate review and suggestions for improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants