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 #290

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

Add sparse float vector support #290

zhengbuqian opened this issue Mar 28, 2024 · 3 comments

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 node SDK as well. See: milvus-io/milvus#29419 (comment) for more details.

Thanks a lot for the efforts!

@shanghaikid
Copy link
Contributor

it is in the 2.4 branch, thanks.

@shanghaikid
Copy link
Contributor

it will be released once milvus 2.4 released.

@zhengbuqian
Copy link
Author

thanks @shanghaikid! that is great to know!

We are actively making more advanced features available to sparse fields such as range search and grouping search etc. I hope those features will just work once we finished on the milvus side, but let's leave this issue open and verify when those are ready.

We are planning to have those advanced feature support added in the next major release though, not in 2.4.

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

No branches or pull requests

2 participants