Jared
Jared
**Is your feature request related to a problem? Please describe.** When using Snowflake as an Offline store where certain Snowflake columns have the Snowflake type of `ARRAY` this currently fails...
## Description After pip installing `protovalidate==0.3.1` and trying to import it I get the error `ModuleNotFoundError: No module named 'buf'`. This was using Python 3.11 ## Steps to Reproduce 1....
**Is your feature request related to a problem? Please describe.** AWS Bedrock Guardrails can be [triggered](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-use-converse-api.html#guardrails-use-converse-api-call-configure) with the Converse API directly using the [guardrailConfig](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html#API_runtime_Converse_RequestSyntax) parameter. Currently, the AmazonBedrockChatGenerator [api](https://github.com/deepset-ai/haystack-core-integrations/blob/cf5aaa70a92c601d656ae30d493b7e87c2eb601b/integrations/amazon_bedrock/src/haystack_integrations/components/generators/amazon_bedrock/chat/chat_generator.py#L347) does...