Skip to content

Commit

Permalink
Update changelog for integrations/qdrant (#1419)
Browse files Browse the repository at this point in the history
Co-authored-by: anakin87 <[email protected]>
  • Loading branch information
HaystackBot and anakin87 authored Feb 19, 2025
1 parent e9f2397 commit 911d3b1
Showing 1 changed file with 76 additions and 12 deletions.
88 changes: 76 additions & 12 deletions integrations/qdrant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
# Changelog

## [integrations/qdrant-v8.0.0] - 2025-02-19

### 🧹 Chores

- Fix linting/isort (#1215)
- Inherit from `FilterDocumentsTestWithDataframe` in Document Stores (#1290)
- [**breaking**] Qdrant - remove dataframe support (#1403)


## [integrations/qdrant-v7.0.0] - 2024-10-29

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Update ruff linting scripts and settings (#1105)
- Adopt uv as installer (#1142)

### 🧹 Chores

- Update ruff linting scripts and settings (#1105)

### 🌀 Miscellaneous

- Refactor!: Qdrant - remove `index` parameter from methods (#1160)

## [integrations/qdrant-v6.0.0] - 2024-09-13

### 🌀 Miscellaneous

- Remove support for deprecated legacy filters in Qdrant (#1084)

## [integrations/qdrant-v5.1.0] - 2024-09-12

### 🚀 Features

- Qdrant - Add group_by and group_size optional parameters to Retrievers (#1054)


## [integrations/qdrant-v5.0.0] - 2024-09-02

### 🌀 Miscellaneous

- Fix!: fix type errors in `QdrantDocumentStore`; rename `ids` (parameter of `delete_documents`) to `document_ids` (#1041)

## [integrations/qdrant-v4.2.0] - 2024-08-27

### 🚜 Refactor
Expand All @@ -27,12 +52,18 @@

- Do not retry tests in `hatch run test` command (#954)

### 🌀 Miscellaneous

- Chore: Update Qdrant tests for the new `apply_filter_policy` usage (#969)
- Chore: qdrant - ruff update, don't ruff tests (#989)

## [integrations/qdrant-v4.1.2] - 2024-07-15

### 🐛 Bug Fixes

- `qdrant` - Fallback to default filter policy when deserializing retrievers without the init parameter (#902)


## [integrations/qdrant-v4.1.1] - 2024-07-10

### 🚀 Features
Expand All @@ -43,31 +74,44 @@

- Errors in convert_filters_to_qdrant (#870)

### 🌀 Miscellaneous

- Chore: Minor retriever pydoc fix (#884)

## [integrations/qdrant-v4.1.0] - 2024-07-03

### 🚀 Features

- Add `score_threshold` to Qdrant Retrievers (#860)
- Qdrant - add support for BM42 (#864)


## [integrations/qdrant-v4.0.0] - 2024-07-02

### 🚜 Refactor

- [**breaking**] Qdrant - remove unused init parameters: `content_field`, `name_field`, `embedding_field`, and `duplicate_documents` (#861)
- [**breaking**] Qdrant - set `scale_score` default value to `False` (#862)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Retry tests to reduce flakyness (#836)

### 🧹 Chores

- Update ruff invocation to include check parameter (#853)

### 🌀 Miscellaneous

- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845)

## [integrations/qdrant-v3.8.1] - 2024-06-20

### 📚 Documentation

- Added docstrings for QdrantDocumentStore (#808)


## [integrations/qdrant-v3.8.0] - 2024-06-06

### 🚀 Features
Expand All @@ -86,17 +130,29 @@

- Defer database connection to the first usage (#748)

### 🌀 Miscellaneous

- Qdrant - improve docstrings for retrievers (#687)
- Chore: change the pydoc renderer class (#718)
- Allow vanilla qdrant filters (#692)

## [integrations/qdrant-v3.5.0] - 2024-04-24

### 🌀 Miscellaneous

- Chore: add license classifiers (#680)
- Qdrant - add hybrid retriever (#675)

## [integrations/qdrant-v3.4.0] - 2024-04-23

### Qdrant
### 🌀 Miscellaneous

- Add embedding retrieval example (#666)
- Rename `QdrantSparseRetriever` to `QdrantSparseEmbeddingRetriever` (#681)

## [integrations/qdrant-v3.3.1] - 2024-04-12

### Qdrant
### 🌀 Miscellaneous

- Add migration utility function for Sparse Embedding support (#659)

Expand All @@ -110,7 +166,7 @@

### 🐛 Bug Fixes

- Fix haystack-ai pin (#649)
- Fix `haystack-ai` pins (#649)

## [integrations/qdrant-v3.2.0] - 2024-03-27

Expand All @@ -121,11 +177,9 @@

### 🐛 Bug Fixes

- Fix linter errors (#282)
- Fix: fix linter errors (#282)
- Fix order of API docs (#447)

This PR will also push the docs to Readme
- Fixes (#518)
- Doc: fixing docstrings for qdrant (#518)

### 🚜 Refactor

Expand All @@ -137,13 +191,19 @@ This PR will also push the docs to Readme
- Small consistency improvements (#536)
- Disable-class-def (#556)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Generate API docs for Qdrant (#361)

### 🌀 Miscellaneous

- Make tests show coverage (#566)
- Remove references to Python 3.7 (#601)
- Make Document Stores initially skip `SparseEmbedding` (#606)

## [integrations/qdrant-v3.0.0] - 2024-01-22

### Refact
### 🌀 Miscellaneous

- [**breaking**] Change import paths (#255)

Expand All @@ -161,4 +221,8 @@ This PR will also push the docs to Readme

- Use `hatch_vcs` to manage integrations versioning (#103)

### 🌀 Miscellaneous

- Renamed QdrntRetriever to QdrntEmbeddingRetriever (#174)

<!-- generated by git-cliff -->

0 comments on commit 911d3b1

Please sign in to comment.