{{ message }}
Embedded VectorStore Implementation(s) - #1292
Merged
Merged
Conversation
edwinyyyu
force-pushed
the
embedded_vector_store
branch
from
April 2, 2026 08:14
71e94b9 to
4a91d6b
Compare
edwinyyyu
marked this pull request as draft
April 3, 2026 00:00
edwinyyyu
force-pushed
the
embedded_vector_store
branch
2 times, most recently
from
April 8, 2026 03:27
e50560e to
e155d0a
Compare
Contributor
Author
Contributor
Author
|
SEGFAULT caused by duplicate OpenMP runtimes, according to Claude. |
edwinyyyu
force-pushed
the
embedded_vector_store
branch
11 times, most recently
from
April 10, 2026 16:51
bc7209c to
a76acac
Compare
edwinyyyu
marked this pull request as ready for review
April 10, 2026 19:10
Contributor
Author
…EGFAULT Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
…work Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
edwinyyyu
force-pushed
the
embedded_vector_store
branch
from
May 1, 2026 00:54
3b8566c to
02539f5
Compare
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Purpose of the change
Add embedded implementations of VectorStore.
Description
Based on #1291.
One is based on SQLite + sqlite-vec (https://github.com/asg017/sqlite-vec).
One is based on SQLite + Vector Search Engine e.g.
Notes:
Type of change
How Has This Been Tested?
Checklist
[Please delete options that are not relevant.]
Maintainer Checklist