- (Bedrock) Allow tools kwargs for AWS Bedrock Claude model (#976)
- Chat roles for model responses in chat generators (#1030)
- Remove usage of deprecated
ChatMessage.to_openai_format
(#1007)
- Update ruff linting scripts and settings (#1105)
- Make truncation optional for bedrock chat generator (#967)
- Normalising ChatGenerators output (#973)
- Change meta data fields (#911)
- Do not retry tests in
hatch run test
command (#954)
- Support streaming_callback param in amazon bedrock generators (#927)
- Update AmazonBedrockChatGenerator docstrings (#949)
- Update AmazonBedrockGenerator docstrings (#956)
- Use non-gated tokenizer as fallback for mistral in AmazonBedrockChatGenerator (#843)
- Made truncation optional for BedrockGenerator (#833)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Support Claude v3, Llama3 and Command R models on Amazon Bedrock (#809)
- Amazon Bedrock - skip integration tests from forks (#801)
- Max_tokens typo in Mistral Chat (#740)
- Add Mistral Amazon Bedrock support (#632)
- Disable-class-def (#556)
- AmazonBedrockChatGenerator - migrate Anthropic chat models to use messaging API (#545)
- Small consistency improvements (#536)
- Review integrations bedrock (#550)
- Add Amazon Bedrock chat model support (#333)
- Fix order of API docs (#447)
This PR will also push the docs to Readme
- Update category slug (#442)
- Update Amazon Bedrock integration to use new generic callable (de)serializers for their callback handlers (#452)
- Use
serialize_callable
instead ofserialize_callback_handler
in Bedrock (#459)
- [breaking] Rename
model_name
tomodel
inAmazonBedrockGenerator
(#220) - Amazon Bedrock subproject refactoring (#293)
- Adjust amazon bedrock helper classes names (#297)