-
Notifications
You must be signed in to change notification settings - Fork 0
libSQL: add brute-force vector search fallback for missing index #88
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
a9dbece
feat(db/libsql): fallback to brute-force cosine similarity if vector …
leynos a32cb77
fix: restore webhook listener test safety
leynos 6b13345
fix: restore webhook test listener import
leynos b95bf7d
Fix verified review findings
leynos a4f99cc
Clarify webhook address contract
leynos 2976267
Cover production webhook restart path
leynos 97e2e85
Fix libsql in-memory workspace tests
leynos 51bf6b9
Extract libsql vector search helpers
leynos 090aa6f
Extract libsql backend constructor helpers
leynos a44907a
Fix database integrations wording
leynos 5d74e76
Fix webhook bind state and libsql cleanup ownership
leynos dad7c16
Test libsql temp-file cleanup
leynos 755993e
Document workspace memory search modes
leynos 82b0bd4
Clarify temp-file-backed libsql testing docs
leynos 63919d7
Fix workspace search docs wording
leynos 315913e
Unify libsql shared-handle connection setup
leynos 2bbdc2d
Split libsql workspace module
leynos c344d3b
Introduce AgentScope for libsql documents
leynos 24fb21b
Extract libsql document row helpers
leynos 5c19d39
Introduce FtsSearchParams
leynos 920f5d4
Introduce VectorSearchQuery
leynos 159f419
Extract list_directory helpers
leynos 1f6965d
Introduce VectorIndexQuery
leynos f214960
Clarify libsql temp-file cleanup docs
leynos 6d7aff6
Fix libsql workspace search edge cases
leynos afa9d8f
Skip invalid UUID rows in vector index results
leynos 4f1a4a6
Extract document row mapping helper
leynos 1e9d35d
Extract libsql hybrid search helpers
leynos 70384ff
Harden libsql workspace row parsing
leynos 7b269bf
Extract libsql chunk row parser
leynos a54340e
Add libsql workspace module test coverage
leynos 54ad178
Add central libsql workspace error-path tests
leynos d6f0e13
Extract libsql workspace assertion helpers
leynos 32cd332
Extract libsql workspace test setup helpers
leynos ee23d0d
Fix rebased libsql and webhook helpers
leynos d2a7a0b
Remove webhook listener cfg gates
leynos c779cfb
Document libsql shared-handle constructor changes
leynos a573dda
Add libsql workspace success-path tests
leynos 32cadb2
Extract libsql workspace test document helper
leynos 71fb9bd
Test libsql embedding JSON helper
leynos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.