Skip to content

Commit eea3a1a

Browse files
Merge branch 'main' into feat/add-update-delete-by-filter-Qdrant
2 parents af10ff9 + 9bc4fd5 commit eea3a1a

20 files changed

Lines changed: 550 additions & 56 deletions

File tree

integrations/amazon_bedrock/src/haystack_integrations/components/generators/amazon_bedrock/chat/chat_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def weather(city: str):
140140
automatically from the environment or the AWS configuration file.
141141
If the AWS environment is not configured, set `aws_access_key_id`, `aws_secret_access_key`,
142142
and `aws_region_name` as environment variables or pass them as
143-
[Secret](https://docs.haystack.deepset.ai/v2.0/docs/secret-management) arguments. Make sure the region you set
143+
[Secret](https://docs.haystack.deepset.ai/docs/secret-management) arguments. Make sure the region you set
144144
supports Amazon Bedrock.
145145
"""
146146

integrations/amazon_bedrock/src/haystack_integrations/components/generators/amazon_bedrock/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class AmazonBedrockGenerator:
5858
automatically from the environment or the AWS configuration file.
5959
If the AWS environment is not configured, set `aws_access_key_id`, `aws_secret_access_key`,
6060
`aws_session_token`, and `aws_region_name` as environment variables or pass them as
61-
[Secret](https://docs.haystack.deepset.ai/v2.0/docs/secret-management) arguments. Make sure the region you set
61+
[Secret](https://docs.haystack.deepset.ai/docs/secret-management) arguments. Make sure the region you set
6262
supports Amazon Bedrock.
6363
"""
6464

integrations/amazon_bedrock/src/haystack_integrations/components/rankers/amazon_bedrock/ranker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AmazonBedrockRanker:
5252
automatically from the environment or the AWS configuration file.
5353
If the AWS environment is not configured, set `aws_access_key_id`, `aws_secret_access_key`,
5454
and `aws_region_name` as environment variables or pass them as
55-
[Secret](https://docs.haystack.deepset.ai/v2.0/docs/secret-management) arguments. Make sure the region you set
55+
[Secret](https://docs.haystack.deepset.ai/docs/secret-management) arguments. Make sure the region you set
5656
supports Amazon Bedrock.
5757
"""
5858

integrations/chroma/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Changelog
22

3-
## [integrations/chroma-v3.4.1]
3+
## [integrations/chroma-v3.5.0] - 2026-01-07
4+
5+
### 🚀 Features
6+
7+
- Adding `delete_by_filter()` and `update_by_filter()` to `ChromaDocumentStore` (#2649)
8+
49

510
### ⚙️ CI
611

7-
- Adopt PEP 585 type hinting (#2475)
12+
- Change pytest command (#2475)
13+
14+
### 🧹 Chores
15+
16+
- Remove Readme API CI workflow and configs (#2573)
17+
18+
### 🌀 Miscellaneous
819

20+
- Adopt PEP 585 type hinting (part 1) (#2509)
921

1022
## [integrations/chroma-v3.4.0] - 2025-10-27
1123

0 commit comments

Comments
 (0)