-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat(Qdrant): start to work on sparse vector integration #578
Merged
Merged
Changes from 30 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0f650ee
feat(Qdrant): start to working on sparse vector integration
lambda-science 6025e50
Progress towards Sparse vector support with Fastembed
ad6fcbc
__init__.py
c9a571a
merge batch results for hybrid request
3824e8c
feat(Qdrant): missing comma
lambda-science 4253a1c
feat(Qdrant): making some test progress
lambda-science 37fddeb
feat(Qdrant): all current test are fixed
lambda-science 550ef45
feat(Qdrant): linting
lambda-science c79c604
feat(Qdrant): working sparse retriver hooray
lambda-science 91d67f7
feat(Qdrant): fix hybrid retriver
lambda-science 115c01b
feat(Qdrant): modify PR for haystack 2.1.0 with proper sparse vectors
lambda-science 9c4e256
feat(Qdrant): fix lint
lambda-science bafc27a
Merge branch 'main' into qdrant-sparse
anakin87 3339598
test w Haystack main
anakin87 725c9dc
fix deps
anakin87 cea3cb7
Update integrations/qdrant/src/haystack_integrations/components/retri…
34cd6cf
Merge branch 'deepset-ai:main' into qdrant-sparse
9441135
feat(Qdrant): remove hybrid & old code, constant for vector field names
lambda-science 6cacc78
Update integrations/qdrant/src/haystack_integrations/document_stores/…
d911b18
Update integrations/qdrant/src/haystack_integrations/document_stores/…
125c123
feat(Qdrant): reverting pop change, changing Dict to SparseEmbedding …
lambda-science 7cf1882
feat(Qdrant): fix lint
lambda-science 9749ee0
feat(Qdrant): remove old todo
lambda-science 2683a74
simplify documents_to_batch
anakin87 79d0d52
feat(Qdrant): SparseEmbedding instead of Dict
lambda-science 529719a
feat(Qdrant): introducing `use_sparse_embeddings` parameters for docu…
lambda-science fd064da
feat(Qdrant): `use_sparse_embeddings` true by default + bugfix
lambda-science b018504
feat(Qdrant): `use_sparse_embeddings` true by default + bugfix
lambda-science e1c38be
feat(Qdrant): `use_sparse_embeddings` true by default + bugfix
lambda-science 1cb601d
feat(Qdrant): bugfix
lambda-science a3bd3d3
Update integrations/qdrant/src/haystack_integrations/document_stores/…
a72b65b
Update integrations/qdrant/src/haystack_integrations/document_stores/…
827b826
Update integrations/qdrant/src/haystack_integrations/document_stores/…
e66c74b
Update integrations/qdrant/src/haystack_integrations/document_stores/…
f7cf65e
Update integrations/qdrant/src/haystack_integrations/document_stores/…
a968d71
Revert "Update integrations/qdrant/src/haystack_integrations/document…
lambda-science 56c4ee5
feat(Qdrant): fixing test
lambda-science 9974975
Update integrations/qdrant/src/haystack_integrations/document_stores/…
67ad96c
feat(Qdrant): fixing creation
lambda-science 2f103a7
feat(Qdrant): fixing creation
lambda-science 10b79e8
Merge branch 'main' into qdrant-sparse
anakin87 976cbb5
little fixes
anakin87 37a2fdc
Merge branch 'main' into qdrant-sparse
anakin87 ee819c8
make changes nonbreaking
anakin87 804afd7
refactoring
anakin87 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 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 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 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 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 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.
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.
A reminder.