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

[feat] Add sparse vector support to knowhere #193

Closed
13 of 14 tasks
zhengbuqian opened this issue Nov 15, 2023 · 3 comments
Closed
13 of 14 tasks

[feat] Add sparse vector support to knowhere #193

zhengbuqian opened this issue Nov 15, 2023 · 3 comments
Labels

Comments

@zhengbuqian
Copy link
Collaborator

zhengbuqian commented Nov 15, 2023

Work Items:

  • Search w/ & w/o filter
    • columnar brute force sparse vector index
    • wand based sparse vector index
  • other feature
    • range search
    • iterator
    • index mmap
    • get vector by id
    • etc...
  • Unit Test
    • Add brute force search method to provide ground truth
    • Add tests for search/filtered-search/serialize/deserialize/
    • Add tests for growing segment(add-search and add-search again)
  • E2E test
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@github-actions github-actions bot added the stale label May 19, 2024
@zhengbuqian
Copy link
Collaborator Author

all features in comments are now implemented, closing

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

No branches or pull requests

1 participant