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

[Feature Request]: Realtime vector index. #930

Closed
1 task done
small-turtle-1 opened this issue Apr 2, 2024 · 0 comments
Closed
1 task done

[Feature Request]: Realtime vector index. #930

small-turtle-1 opened this issue Apr 2, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@small-turtle-1
Copy link
Contributor

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

No response

Describe the feature you'd like

Add data to vector index before insert or import happens.

Describe implementation you've considered

No response

Documentation, adoption, use case

No response

Additional information

No response

@small-turtle-1 small-turtle-1 added the feature request New feature or request label Apr 2, 2024
yuzhichang pushed a commit that referenced this issue Apr 10, 2024
### What problem does this PR solve?

Dynamically allocate memory in hnsw.
Allocate one chunk one time when inserting in hnsw.
Add optimize interface for lvq type hnsw.

Issue link: #930 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
JinHai-CN pushed a commit that referenced this issue Apr 11, 2024
### What problem does this PR solve?

1. Move hnsw index handle into chunk index entry.
2. Create hnsw index after import.

Issue link:#930

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
JinHai-CN added a commit that referenced this issue Apr 15, 2024
### What problem does this PR solve?

Add real time index for hnsw when insert.

Issue link:#930

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Test cases

---------

Co-authored-by: Jin Hai <haijin.chn@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant