- Chore: Bedrock - manually fix changelog (#1319)
- Fix error when empty document list (#1325)
- (AWS Bedrock) Add Cohere Reranker (#1291)
- AmazonBedrockChatGenerator - add tools support (#1304)
- [breaking] AmazonBedrockGenerator - remove truncation (#1314)
- Bedrock - pin
transformers!=4.48.*
(#1306)
- Fix: Bedrock - pin
transformers!=4.48.0
(#1302)
- Fixes to Bedrock Chat Generator for compatibility with the new ChatMessage (#1250)
- Support model_arn in AmazonBedrockGenerator (#1244)
- Update AmazonBedrockChatGenerator to use Converse API (BREAKING CHANGE) (#1219)
- AmazonBedrockChatGenerator with Claude raises moot warning for stream… (#1205)
- Allow passing boto3 config to all AWS Bedrock classes (#1166)
- Fix linting/isort (#1215)
- Chore: use class methods to create
ChatMessage
(#1222)
- Avoid downloading tokenizer if
truncate
isFalse
(#1152)
- Adopt uv as installer (#1142)
- Add prefixes to supported model patterns to allow cross region model ids (#1127)
- Avoid bedrock read timeout (add boto3_config param) (#1135)
- (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)
- Modify regex to allow cross-region inference in bedrock (#1120)
- 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)
- Ci: install
pytest-rerunfailures
where needed; add retry config totest-cov
script (#845) - Add meta deprecration warning (#910)
- 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)
- Chore: change the pydoc renderer class (#718)
- Adding support of "amazon.titan-embed-text-v2:0" (#735)
- Chore: add license classifiers (#680)
- Fix: Fix streaming_callback serialization in AmazonBedrockChatGenerator (#685)
- Add Mistral Amazon Bedrock support (#632)
- Disable-class-def (#556)
- Remove references to Python 3.7 (#601)
- [Bedrock] Added Amazon Bedrock examples (#635)
- AmazonBedrockChatGenerator - migrate Anthropic chat models to use messaging API (#545)
- Small consistency improvements (#536)
- Review integrations bedrock (#550)
- Docs updates + two additional unit tests (#513)
- Add Amazon Bedrock chat model support (#333)
- Fix order of API docs (#447)
- 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)
- Amazon bedrock: generate api docs (#326)
- Adopt Secret to Amazon Bedrock (#416)
- Bedrock - remove
supports
method (#456) - Bedrock refactoring (#455)
- Bedrock Text Embedder (#466)
- Bedrock Document Embedder (#468)
- [breaking] Rename
model_name
tomodel
inAmazonBedrockGenerator
(#220) - Amazon Bedrock subproject refactoring (#293)
- Adjust amazon bedrock helper classes names (#297)
- [Amazon Bedrock] Add AmazonBedrockGenerator (#153)