-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78157a9
commit 2b4a534
Showing
1 changed file
with
104 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
# Changelog | ||
|
||
## [integrations/qdrant-v3.8.0] - 2024-06-06 | ||
|
||
### 🚀 Features | ||
|
||
- Add force_disable_check_same_thread init param for Qdrant local client (#779) | ||
|
||
## [integrations/qdrant-v3.7.0] - 2024-05-24 | ||
|
||
### 🚀 Features | ||
|
||
- Make get_distance and recreate_collection public, replace deprecated recreate_collection function (#754) | ||
|
||
## [integrations/qdrant-v3.6.0] - 2024-05-24 | ||
|
||
### 🚀 Features | ||
|
||
- Defer database connection to the first usage (#748) | ||
|
||
## [integrations/qdrant-v3.5.0] - 2024-04-24 | ||
|
||
## [integrations/qdrant-v3.4.0] - 2024-04-23 | ||
|
||
### Qdrant | ||
|
||
- Add embedding retrieval example (#666) | ||
|
||
## [integrations/qdrant-v3.3.1] - 2024-04-12 | ||
|
||
### Qdrant | ||
|
||
- Add migration utility function for Sparse Embedding support (#659) | ||
|
||
## [integrations/qdrant-v3.3.0] - 2024-04-12 | ||
|
||
### 🚀 Features | ||
|
||
- *(Qdrant)* Start to work on sparse vector integration (#578) | ||
|
||
## [integrations/qdrant-v3.2.1] - 2024-04-09 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix haystack-ai pin (#649) | ||
|
||
|
||
|
||
## [integrations/qdrant-v3.2.0] - 2024-03-27 | ||
|
||
### 🚀 Features | ||
|
||
- *(Qdrant)* Allow payload indexing + on disk vectors (#553) | ||
- Qdrant datetime filtering support (#570) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix linter errors (#282) | ||
|
||
|
||
- Fix order of API docs (#447) | ||
|
||
This PR will also push the docs to Readme | ||
- Fixes (#518) | ||
|
||
|
||
|
||
### 🚜 Refactor | ||
|
||
- [**breaking**] Qdrant - update secret management (#405) | ||
|
||
### 📚 Documentation | ||
|
||
- Update category slug (#442) | ||
- Small consistency improvements (#536) | ||
- Disable-class-def (#556) | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Generate API docs for Qdrant (#361) | ||
|
||
## [integrations/qdrant-v3.0.0] - 2024-01-22 | ||
|
||
### Refact | ||
|
||
- [**breaking**] Change import paths (#255) | ||
|
||
## [integrations/qdrant-v2.0.1] - 2024-01-18 | ||
|
||
### 🚀 Features | ||
|
||
- Add Qdrant integration (#98) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix import paths for beta5 (#237) | ||
|
||
|
||
|
||
### 🚜 Refactor | ||
|
||
- Use `hatch_vcs` to manage integrations versioning (#103) | ||
|
||
<!-- generated by git-cliff --> |