From 6b07663962967a9308516753236a1642140a59c3 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Wed, 21 Aug 2024 15:46:51 +0000 Subject: [PATCH] Update the changelog --- integrations/pinecone/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/integrations/pinecone/CHANGELOG.md b/integrations/pinecone/CHANGELOG.md index 317753192..d9d12505e 100644 --- a/integrations/pinecone/CHANGELOG.md +++ b/integrations/pinecone/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [unreleased] + +### ๐Ÿš€ Features + +- Add filter_policy to pinecone integration (#821) + +### ๐Ÿ› Bug Fixes + +- `pinecone` - Fallback to default filter policy when deserializing retrievers without the init parameter (#901) +- Skip unsupported meta fields in PineconeDB (#1009) + +### ๐Ÿงช Testing + +- Pinecone - fix `test_serverless_index_creation_from_scratch` (#806) +- Do not retry tests in `hatch run test` command (#954) + +### โš™๏ธ Miscellaneous Tasks + +- Retry tests to reduce flakyness (#836) +- Update ruff invocation to include check parameter (#853) + ## [integrations/pinecone-v1.1.0] - 2024-06-11 ### ๐Ÿš€ Features