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

Does 2.4.10 really support different index type besides brute-force? #220

Open
simshi opened this issue Nov 4, 2024 · 3 comments
Open

Comments

@simshi
Copy link

simshi commented Nov 4, 2024

I looked into the code, segcore_wrapper always create Growing segment, and growing segment only use brute-force in search?
If it's true, do you have plan to support different index type.

@junjiejiangjjj
Copy link
Collaborator

Yes, since sealed segment relies on complex logic such as binlog and compaction, milvus-lite does not integrate, brute-force performs well when the data size is hundreds of thousands, so the support priority for the index is not high.

@simshi
Copy link
Author

simshi commented Nov 4, 2024

still hope to support various types of indexing, as the index type is an important concept in vector databases (if not a key concept). Perhaps the implementation could be simplified? 😳

@xiaofan-luan
Copy link

We will start work on this once 2.5 is released.
Please hold this for a while

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

3 participants