From ad6068894112548a9ed65f9048ce3530e2fdab2f Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Mon, 25 Nov 2024 12:09:59 +0000 Subject: [PATCH] Update the changelog --- integrations/astra/CHANGELOG.md | 82 ++++++++++++++++++++++++++++----- 1 file changed, 70 insertions(+), 12 deletions(-) diff --git a/integrations/astra/CHANGELOG.md b/integrations/astra/CHANGELOG.md index fff6cb65f..6ad660a0e 100644 --- a/integrations/astra/CHANGELOG.md +++ b/integrations/astra/CHANGELOG.md @@ -1,16 +1,29 @@ # Changelog +## [integrations/astra-v0.9.4] - 2024-11-25 + +### ๐ŸŒ€ Miscellaneous + +- Fix: Astra - fix embedding retrieval top-k limit (#1210) + ## [integrations/astra-v0.10.0] - 2024-10-22 ### ๐Ÿš€ Features - Update astradb integration for latest client library (#1145) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI -- Update ruff linting scripts and settings (#1105) - Adopt uv as installer (#1142) +### ๐Ÿงน Chores + +- Update ruff linting scripts and settings (#1105) + +### ๐ŸŒ€ Miscellaneous + +- Fix: #1047 Remove count_documents from delete_documents (#1049) + ## [integrations/astra-v0.9.3] - 2024-09-12 ### ๐Ÿ› Bug Fixes @@ -22,8 +35,13 @@ - Do not retry tests in `hatch run test` command (#954) + ## [integrations/astra-v0.9.2] - 2024-07-22 +### ๐ŸŒ€ Miscellaneous + +- Normalize logical filter conditions (#874) + ## [integrations/astra-v0.9.1] - 2024-07-15 ### ๐Ÿš€ Features @@ -37,27 +55,48 @@ - Fix typing checks - `Astra` - Fallback to default filter policy when deserializing retrievers without the init parameter (#896) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Retry tests to reduce flakyness (#836) +### ๐ŸŒ€ Miscellaneous + +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) +- Fix: Incorrect astra not equal operator (#868) +- Chore: Minor retriever pydoc fix (#884) + ## [integrations/astra-v0.7.0] - 2024-05-15 ### ๐Ÿ› Bug Fixes - Make unit tests pass (#720) +### ๐ŸŒ€ Miscellaneous + +- Chore: change the pydoc renderer class (#718) +- [Astra DB] Explicit projection when reading from Astra DB (#733) + ## [integrations/astra-v0.6.0] - 2024-04-24 ### ๐Ÿ› Bug Fixes - Pass namespace in the docstore init (#683) +### ๐ŸŒ€ Miscellaneous + +- Chore: add license classifiers (#680) +- Bug fix for document_store.py (#618) + ## [integrations/astra-v0.5.1] - 2024-04-09 ### ๐Ÿ› Bug Fixes -- Fix haystack-ai pin (#649) +- Fix `haystack-ai` pins (#649) + +### ๐ŸŒ€ Miscellaneous + +- Remove references to Python 3.7 (#601) +- Make Document Stores initially skip `SparseEmbedding` (#606) ## [integrations/astra-v0.5.0] - 2024-03-18 @@ -67,9 +106,15 @@ - Small consistency improvements (#536) - Disable-class-def (#556) +### ๐ŸŒ€ Miscellaneous + +- Fix example code for Astra DB pipeline (#481) +- Make tests show coverage (#566) +- Astra DB: Add integration usage tracking (#568) + ## [integrations/astra-v0.4.2] - 2024-02-21 -### FIX +### ๐ŸŒ€ Miscellaneous - Proper name for the sort param (#454) @@ -78,9 +123,7 @@ ### ๐Ÿ› Bug Fixes - Fix order of API docs (#447) - -This PR will also push the docs to Readme -- Fix integration tests (#450) +- Astra: fix integration tests (#450) ## [integrations/astra-v0.4.0] - 2024-02-20 @@ -88,20 +131,35 @@ This PR will also push the docs to Readme - Update category slug (#442) +### ๐ŸŒ€ Miscellaneous + +- Update the Astra DB Integration to fit latest conventions (#428) + ## [integrations/astra-v0.3.0] - 2024-02-15 -## [integrations/astra-v0.2.0] - 2024-02-13 +### ๐ŸŒ€ Miscellaneous -### Astra +- Model_name_or_path > model (#418) +- [Astra] Change authentication parameters (#423) -- Generate api docs (#327) +## [integrations/astra-v0.2.0] - 2024-02-13 -### Refact +### ๐ŸŒ€ Miscellaneous - [**breaking**] Change import paths (#277) +- Generate api docs (#327) +- Astra: rename retriever (#399) ## [integrations/astra-v0.1.1] - 2024-01-18 +### ๐ŸŒ€ Miscellaneous + +- Update the import paths for beta5 (#235) + ## [integrations/astra-v0.1.0] - 2024-01-11 +### ๐ŸŒ€ Miscellaneous + +- Adding AstraDB as a DocumentStore (#144) +