Files
spring-ai/models
Christian Tzolov e941bc572d feat(bedrock): deprecate model-specific chat implementations in favor of Converse API
Following Amazon Bedrock's recommendations, deprecate individual model chat implementations (Anthropic, Cohere, Llama, Titan, etc.)
in favor of the unified BedrockProxyChatModel. This change promotes the use of Bedrock's Converse API which offers
benefits like model flexibility, extended functionality, and native tool support.

The Converse API does not support embedding operations, so these will remain in the current API and the embedding
model functionality in the existing InvokeModel API will be maintained
2024-12-20 12:25:33 -05:00
..
2024-12-19 10:28:58 -05:00
2024-12-19 10:28:58 -05:00