-
Notifications
You must be signed in to change notification settings - Fork 244
feat: hnswlib document index #1124
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
57 commits
Select commit
Hold shift + click to select a range
2a15b1c
docs: add contributing md
JohannesMessner dc6fdb1
Merge remote-tracking branch 'origin/feat-rewrite-v2' into feat-rewri…
JohannesMessner a643c2e
feat: draft document store
JohannesMessner c21c94a
wip: initial implementation, incomplete
JohannesMessner 9e51f70
feat: return documents on find
JohannesMessner 5910578
feat: delitem
JohannesMessner ddd379e
feat: get tensor dim from tensor parametrization
JohannesMessner 831d2ce
docs: add sqlite integration
JohannesMessner bfd2bb5
feat: store hnsw indices
JohannesMessner d59eae8
reafctor: use universal id for sqlite and hnswlib
JohannesMessner df2e766
feat: implement num docs method
JohannesMessner fd051cd
feat: query builder
JohannesMessner 7a9a7aa
chore: add lockfile
JohannesMessner cc81088
test: add tests for base doc store
JohannesMessner 8cbabc2
test: add test for base query builder
JohannesMessner 02b8670
refactor: settings management
JohannesMessner 7aee239
refactor: query builder with decorator
JohannesMessner b5cd6e2
test: add one of those
JohannesMessner 4fd9bc6
refactor: add structure and comments
JohannesMessner 8cf8169
refactor: remove mem doc store
JohannesMessner a913054
refactor: remove useless code
JohannesMessner f1b05a1
feat: expose all hnswlib options
JohannesMessner f18026a
test: adjust tests
JohannesMessner aab20f8
docs: add comments
JohannesMessner ebbeed6
fix: sort docs when retrieving
JohannesMessner 404ba2e
refactor: rename some vars
JohannesMessner f920c5f
test: delitem
JohannesMessner c28b309
test: test num docs
JohannesMessner 9b8362b
test: test find
JohannesMessner 451db41
refactor: pull more logic into the abstract class
JohannesMessner b83158f
refactor: improve abstraction of index
JohannesMessner f74ab5a
refactor: use helper to get field type
JohannesMessner b8a553a
refactor: change error message
JohannesMessner 5c260e8
docs: add docstrings
JohannesMessner 2b9ba37
fix: mypy
JohannesMessner 1ae379c
docs: update docarray/storage/abstract_doc_store.py
JohannesMessner fcb289b
Merge remote-tracking branch 'origin/feat-rewrite-v2' into feat-rewri…
JohannesMessner ad32938
Merge branch 'feat-rewrite-v2' into feat-doc-store
JohannesMessner c7076f6
refactor: ruff
JohannesMessner f00f926
refactor: apply suggestion
JohannesMessner b8632de
fix: mypy bug
JohannesMessner 992df0a
refactor: rename folders
JohannesMessner e2d099a
fix: handle type vars in class getitem
JohannesMessner f9727fa
refactor: rename directory
JohannesMessner 61e7800
refactor: remove unused code
JohannesMessner c3734ce
fix: adjust imports to new dir name
JohannesMessner 58ad417
docs: add guide for new doc stores
JohannesMessner 89ac7d2
docs: update docs/tutorials/add_doc_index.md
JohannesMessner 9b9ef00
docs: add doc store guidance to docs
JohannesMessner 701d55e
docs: more precise wording
JohannesMessner 37f0e6f
docs: more guidance
JohannesMessner 421b388
refactor: remove kwargs stuff
JohannesMessner f31a050
docs: typo
JohannesMessner 6855e51
refactor: add abstractions for get and del
JohannesMessner eb12fde
refactor: renaming
JohannesMessner 8a02af1
Merge remote-tracking branch 'origin/feat-doc-store' into feat-doc-store
JohannesMessner c5bc8cf
test: add markers for slow and doc index
JohannesMessner 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
Empty file.
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.