-
Notifications
You must be signed in to change notification settings - Fork 229
feat: add sparse vector storage to ElasticsearchDocumentStore #2989
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
davidsbatista
merged 22 commits into
deepset-ai:main
from
GunaPalanivel:fix/2939-sparse-vector-storage
Apr 10, 2026
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b223aa3
feat: add sparse vector storage to ElasticsearchDocumentStore (#2939)
GunaPalanivel 17ce682
test: update retriever tests for new ElasticsearchDocumentStore seria…
GunaPalanivel 29541c2
test: add sync and async tests for sparse vector storage
GunaPalanivel b341345
style: fix B905 (strict zip) and E501 (line length) linting errors
GunaPalanivel 8f85f8d
style: fix mypy type inference for _default_mappings
GunaPalanivel b8f77c1
refactor: address PR review feedback for sparse vector storage
GunaPalanivel 766def9
test: address PR review feedback for sparse vector tests
GunaPalanivel 4f9def6
Merge branch 'main' into fix/2939-sparse-vector-storage
davidsbatista a78cbdf
fixing docstrings
davidsbatista 884e1c5
just as a safeguard original custom_mapping dict is left unchanged
davidsbatista 98c096d
organising imports
davidsbatista 1187f89
formatting
davidsbatista e669c49
Merge branch 'main' into fix/2939-sparse-vector-storage
davidsbatista 6a60ccd
adding more tests + fixing typing issues
davidsbatista e3cb2ab
Merge branch 'main' into fix/2939-sparse-vector-storage
davidsbatista 4726a28
Merge branch 'main' into fix/2939-sparse-vector-storage
davidsbatista 420ecce
Merge branch 'main' into fix/2939-sparse-vector-storage
davidsbatista f789e81
Merge branch 'main' into elastic-search-sparse-vector
davidsbatista 3dab623
formatting
davidsbatista a05da64
Merge branch 'main' into fix/2939-sparse-vector-storage
davidsbatista e2cfd6f
updating unit tests
davidsbatista 82530e1
adding unit tests for _handle_sparse_embedding function
davidsbatista 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
Some comments aren't visible on the classic Files Changed page.
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
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.