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

What's the differences between vsag and Proxima? #28

Open
goodluckcwl opened this issue Sep 18, 2024 · 2 comments
Open

What's the differences between vsag and Proxima? #28

goodluckcwl opened this issue Sep 18, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@goodluckcwl
Copy link

No description provided.

@wxyucs wxyucs added the question Further information is requested label Sep 18, 2024
@wxyucs
Copy link
Collaborator

wxyucs commented Sep 19, 2024

@goodluckcwl thank you for your interesting. I know few about Proxima(it seems not open sourced), I can introduce the vsag for you.

vsag is a vector index library developed by vdb team from antgroup, it initialed at July 2023. vsag is based on HNSW(the most popular ANN algorithm) and DiskANN(the most popular disk-based ANN algorithm). Then we made some performance and functional improvements when we using it in some internal businesses(billion-scale). For now, vsag can perform very high recall searching on HNSW and provides an ease-to-use DiskANN index.

Within the growth of data scale, disk-based index become more important. So we decided to make vsag open-source and developing on GitHub, trying to make some contributions in community.

@wxyucs wxyucs assigned wxyucs and unassigned jiaweizone Sep 19, 2024
@nedchu
Copy link
Collaborator

nedchu commented Sep 21, 2024

@goodluckcwl hi, nice to meet you. Thanks for the nice comments from @wxyucs. I have a few more to add on.

vsag and proxima are both vector search libraries. Here are some reasons why vsag may be a good choice:

  1. vsag is competitive in performance. It achieves SOTA in ann-benchmarks (our team is submitting the results).
  2. vsag can support large-scale vector search (hundreds of billions of vectors).
  3. vsag is deployed in critical services at Ant Group. Our team actively works on vsag every day using GitHub.
  4. Our team checks Github regularly. Any question/issue/pr is welcome. You can also chat with us via wechat/dingding group.

Our team highly values the feedback from the community. Please do not hesitate to ask us if you have any other questions.

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

No branches or pull requests

4 participants