feat(provider.anthropic): Add support for vision and document processing in Anthropic provider

This commit is contained in:
2025-02-03 17:48:36 +01:00
parent 1c49af74ac
commit ad5dd4799b
4 changed files with 121 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-03 - 0.2.0 - feat(provider.anthropic)
Add support for vision and document processing in Anthropic provider
- Implemented vision tasks for Anthropic provider using Claude-3-opus-20240229 model.
- Implemented document processing for Anthropic provider, supporting conversion of PDF documents to images and analysis with Claude-3-opus-20240229 model.
- Updated documentation to reflect the new capabilities of the Anthropic provider.
## 2025-02-03 - 0.1.0 - feat(providers)
Add vision and document processing capabilities to providers