-
Notifications
You must be signed in to change notification settings - Fork 220
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
vector store + integration #864
Comments
misc:
|
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 11, 2025
part of #864 Add `create index` support. No indexes are created for now. It only modifies the catalog. All storage engines now use a shared submodule called `index` to manage in-memory indexes. --------- Signed-off-by: Alex Chi Z <[email protected]> Signed-off-by: Alex Chi <[email protected]>
This was referenced Jan 19, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 26, 2025
requires: #866 This patch adds a new array type for vector arrays. The array stores primitive type chunks of the same length. Trying to inserting chunks of different sizes will panic. #864 --------- Signed-off-by: Alex Chi Z <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 26, 2025
We added a new block type that stores fixed-size chunk data. The in-memory array type is added in #869. #864 --------- Signed-off-by: Alex Chi Z <[email protected]> Signed-off-by: Runji Wang <[email protected]> Signed-off-by: Alex Chi <[email protected]> Co-authored-by: Runji Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: