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 sparse float vector support #71

Open
zhengbuqian opened this issue Mar 28, 2024 · 3 comments
Open

Add sparse float vector support #71

zhengbuqian opened this issue Mar 28, 2024 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@zhengbuqian
Copy link

Milvus 2.4 has added beta support to sparse float vector to allow efficient storing, indexing and searching of such vectors. The main targeted use case is to support learned sparse models such as SPLADE and statistics based methods such as BM25.

We need to add sparse float vector to C# SDK as well. See: milvus-io/milvus#29419 (comment) for more details.

Thanks a lot for the efforts!

@roji roji added this to the 2.4.0 milestone Mar 28, 2024
@roji roji added the enhancement New feature or request label Mar 28, 2024
@roji
Copy link
Collaborator

roji commented Mar 28, 2024

Thanks, absolutely! I've created a 2.4.0 milestone to start tracking that work.

Are you interested in working on adding this support?

@zhengbuqian
Copy link
Author

Hi Roji, I don't have any experiences working with c#, so I guess I won't be able to work on this. But this is not urgent(at least in the coming week) as we plan to provide sparse as a GA feature in the next major release, not in 2.4. PyMilvus is sufficient for 2.4.

@roji
Copy link
Collaborator

roji commented Mar 28, 2024

OK. I've just submitted #72 to bump the SDK version to 2.4 and start running tests against Milvus 2.4. I'll be looking at implementing 2.4 features at some point, if nobody else is available to work on them.

@zhengbuqian please feel free to open additional issues for 2.4 features, so that we track support for them!

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

No branches or pull requests

2 participants