-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow passing boto3 config to all AWS Bedrock classes (#1166)
* Allow passing boto3 config to AmazonBedrockChatGenerator * Allow passing boto3 config to AmazonBedrockDocumentEmbedder * Allow passing boto3 config to AmazonBedrockTextEmbedder * Remove whitespace from blank line * Reorder setting attributes for readability * Remove blank line * fix: adapt our implementation to breaking changes in Chroma 0.5.17 (#1165) * fix chroma breaking changes * improve warning * better warning * Update the changelog * Parametrize to_dict and from_dict tests with boto3_config --------- Co-authored-by: Stefano Fiorucci <[email protected]> Co-authored-by: HaystackBot <[email protected]> Co-authored-by: David S. Batista <[email protected]>
- Loading branch information
1 parent
319b64b
commit 798fb98
Showing
7 changed files
with
135 additions
and
40 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
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
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
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
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
Oops, something went wrong.