- Update ruff linting scripts and settings (#1105)
- Adopt uv as installer (#1142)
- Qdrant - Add group_by and group_size optional parameters to Retrievers (#1054)
- Qdrant Query API (#1025)
- Do not retry tests in
hatch run test
command (#954)
qdrant
- Fallback to default filter policy when deserializing retrievers without the init parameter (#902)
- Add filter_policy to qdrant integration (#819)
- Errors in convert_filters_to_qdrant (#870)
- Add
score_threshold
to Qdrant Retrievers (#860) - Qdrant - add support for BM42 (#864)
- [breaking] Qdrant - remove unused init parameters:
content_field
,name_field
,embedding_field
, andduplicate_documents
(#861) - [breaking] Qdrant - set
scale_score
default value toFalse
(#862)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Added docstrings for QdrantDocumentStore (#808)
- Add force_disable_check_same_thread init param for Qdrant local client (#779)
- Make get_distance and recreate_collection public, replace deprecated recreate_collection function (#754)
- Defer database connection to the first usage (#748)
- Add embedding retrieval example (#666)
- Add migration utility function for Sparse Embedding support (#659)
- (Qdrant) Start to work on sparse vector integration (#578)
- Fix haystack-ai pin (#649)
- (Qdrant) Allow payload indexing + on disk vectors (#553)
- Qdrant datetime filtering support (#570)
- Fix linter errors (#282)
- Fix order of API docs (#447)
This PR will also push the docs to Readme
- Fixes (#518)
- [breaking] Qdrant - update secret management (#405)
- Update category slug (#442)
- Small consistency improvements (#536)
- Disable-class-def (#556)
- Generate API docs for Qdrant (#361)
- [breaking] Change import paths (#255)
- Add Qdrant integration (#98)
- Fix import paths for beta5 (#237)
- Use
hatch_vcs
to manage integrations versioning (#103)