-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Adding vector search for sqlite #4176
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 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
a9be27d
feat: Adding vector search for sqlite
franciscojavierarceo 2addd45
adding the sqlite_vss dependency
franciscojavierarceo 4f9070b
linter
franciscojavierarceo 7599770
latest progress
franciscojavierarceo 3f9c0b5
uploading latest progress
franciscojavierarceo 4f1d01b
updated function
franciscojavierarceo 2a33c69
adding configuration
franciscojavierarceo 81e4a27
adding current progress
franciscojavierarceo ee300d9
updating requirements files
franciscojavierarceo 995a9c3
moving to sqlite-vec
franciscojavierarceo ceb7395
updating sqlite.py
franciscojavierarceo 2cf4020
checking in progress
franciscojavierarceo 494e12f
updated test type
franciscojavierarceo 714b9c7
got the initialization working, nice
franciscojavierarceo cd41bf0
checking in progress from last night
franciscojavierarceo ae40c81
removing unnecessary stuff
franciscojavierarceo dd5b7e9
fixing merge conflicts
franciscojavierarceo 59e8b40
removing files changed accidentally]
franciscojavierarceo 642b68e
uploading current progress...things run but need to update the virtua…
franciscojavierarceo 2a3dfd2
linted
franciscojavierarceo 345526b
adding working notes
franciscojavierarceo 4872d2d
found a bug, original feature_store.py was only grabbing first featur…
franciscojavierarceo 5f8ff90
cant use a string have to verify it is a proper FeatureView object
franciscojavierarceo 2a98513
updated got it working, need to fix some other stuff still
franciscojavierarceo 1db8446
working
franciscojavierarceo d48ce6d
linter
franciscojavierarceo 3fd1979
fixing some type issues
franciscojavierarceo 773e581
fixed typing and lint issues
franciscojavierarceo 9716f3c
Merge branch 'master' into get-online-documents-tests
franciscojavierarceo ccf5277
updated dependencies
franciscojavierarceo 4b55f38
fix for pixi and updating requirements
franciscojavierarceo c0fcb06
fixed type
franciscojavierarceo 34e4d29
linter
franciscojavierarceo 21bbb7d
testing sqlite_vec import
franciscojavierarceo 482df7e
adding minimal example test
franciscojavierarceo 1d8601f
lint
franciscojavierarceo 75b04c1
testing raw sqlite
franciscojavierarceo 13da55d
Printing package version
franciscojavierarceo 1b9a3bb
printing version
franciscojavierarceo 2eedda8
updated requirements
franciscojavierarceo 2d43200
Merge branch 'master' into get-online-documents-tests
franciscojavierarceo bc90a1c
rebuilding requirments
franciscojavierarceo c50f1d2
only going to run this on 3.10 for now
franciscojavierarceo c4eafab
updated docs for sqlite caveats
franciscojavierarceo eb37121
adding reason
franciscojavierarceo cfd7611
skipping
franciscojavierarceo 58d595a
updated tests
franciscojavierarceo 8db355c
removing print
franciscojavierarceo 9335fa5
added method call
franciscojavierarceo 511291a
added prubt
franciscojavierarceo b544527
added print
franciscojavierarceo efad816
removing print
franciscojavierarceo 436b89a
adding check in sqlite
franciscojavierarceo 263ec43
missed an =
franciscojavierarceo 908b7f3
still running on 3.11
franciscojavierarceo 65952db
typo
franciscojavierarceo 39493b7
fix
franciscojavierarceo 834e4f6
fix
franciscojavierarceo 1c14c97
updated setup and docs
franciscojavierarceo ec60ea3
renamed things
franciscojavierarceo 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
updated requirements
- Loading branch information
commit 2eedda8a82fb4e796832f491b862dcf88b25acb6
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about we put this under
sqliteextra?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 put it under
sqlite_vecextra