Skip to content

Commit

Permalink
docs: update changelog for integrations/weaviate (#1410)
Browse files Browse the repository at this point in the history
* Update changelog for integrations/weaviate

* Update CHANGELOG.md

---------

Co-authored-by: anakin87 <[email protected]>
Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2025
1 parent f9527bc commit 5d8a4d5
Showing 1 changed file with 65 additions and 8 deletions.
73 changes: 65 additions & 8 deletions integrations/weaviate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,43 @@
# Changelog

## [integrations/weaviate-v5.0.0] - 2025-02-17

### 🧹 Chores

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


## [integrations/weaviate-v4.0.2] - 2024-11-13

### 🐛 Bug Fixes

- Dependency for weaviate document store (#1186)


## [integrations/weaviate-v4.0.1] - 2024-11-11

### 🌀 Miscellaneous

- Fix: Weaviate - skip `_split_overlap` meta field (#1173)

## [integrations/weaviate-v4.0.0] - 2024-10-18

### 🐛 Bug Fixes

- Compatibility with Weaviate 4.9.0 (#1143)

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

- Adopt uv as installer (#1142)

### 🧹 Chores

- Weaviate - remove legacy filter support (#1070)
- Update changelog after removing legacy filters (#1083)
- Update ruff linting scripts and settings (#1105)
- Adopt uv as installer (#1142)


## [integrations/weaviate-v2.2.1] - 2024-09-07

Expand All @@ -38,11 +56,22 @@

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

### ⚙️ 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)
- Chore: Minor retriever pydoc fix (#884)
- Fix: `weaviate` - Fallback to default filter policy when deserializing retrievers without the init parameter (#903)
- Fix: Weaviate: Use collections.list_all instead of collections._get_all (#921)
- Chore: weaviate - ruff update, don't ruff tests (#986)

## [integrations/weaviate-v2.1.0] - 2024-06-10

### 🚀 Features
Expand All @@ -53,31 +82,40 @@

- Weaviate schema class name conversion which preserves PascalCase (#707)

### 🌀 Miscellaneous

- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)

## [integrations/weaviate-v2.0.0] - 2024-03-25

### 📚 Documentation

- Disable-class-def (#556)
- Fix docstrings (#586)

### Weaviate
### 🌀 Miscellaneous

- Make tests show coverage (#566)
- Migrate from weaviate python client v3 to v4 (#463)
- Refactor tests (#574)
- Remove references to Python 3.7 (#601)
- Make Document Stores initially skip `SparseEmbedding` (#606)
- Fix Weaviate retrievers returning no score (#621)
- Update Weaviate docstrings (#622)

## [integrations/weaviate-v1.0.2] - 2024-02-27

### 🐛 Bug Fixes

- Fix order of API docs (#447)

This PR will also push the docs to Readme
- Fix weaviate auth tests (#488)
- Weaviate: fix auth tests (#488)

### 📚 Documentation

- Update category slug (#442)

### Weaviate
### 🌀 Miscellaneous

- Make retrievers return dicts (#491)

Expand All @@ -87,6 +125,25 @@ This PR will also push the docs to Readme

- Generate weaviate API docs (#351)

### 🌀 Miscellaneous

- WeaviateDocumentStore initialization and serialization (#187)
- Move package under haystack_integrations (#214)
- Add `collection_name` parameter and creation (#215)
- Support more collection settings when creating a new `WeaviateDocumentStore` (#260)
- Implement `count_document` for WeaviateDocumentStore (#267)
- Add methods to convert from Document to Weaviate data object and viceversa (#269)
- Add filter, write and delete documents in Weaviate (#270)
- Implement filtering for `WeaviateDocumentStore` (#278)
- Add `WeaviateBM25Retriever` (#410)
- Add `WeaviateEmbeddingRetriever` (#412)
- Update Weaviate docs configs (#414)
- Update WeaviateDocumentStore authentication to use new Secret class (#425)

## [integrations/weaviate-v0.0.0] - 2024-01-10

### 🌀 Miscellaneous

- Setup everything to start working on the Weaviate integration (#186)

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

0 comments on commit 5d8a4d5

Please sign in to comment.