Releases: epam/ai-dial-adapter-vertexai
Releases · epam/ai-dial-adapter-vertexai
0.5.0
Fixes
- migrated to sdk==0.7.0:
discarded_messages
response field into a list of indices (#58)
Other
- migrated to openai>=1.0 and langchain-openai libs (#57)
- module rearrangement (#54)
0.4.0
Features
- supported token counting via vertexai sdk (#31)
Fixes
- Gemini: handled OTHER finish reason gracefully (#42)
- migrated to the latest DIAL API (#46). The earliest compatible DIAL Core version is 0.7.0
Other
- Added a license choice (#41)
- GitHub workflow updated (#51)
- bump aidial-sdk from 0.6.0 to 0.6.2 (#53)
- bump aiohttp from 3.9.0 to 3.9.2 (#50)
0.3.1
Fixes:
- fix: handled OTHER finish reason gracefully (#42)
Other:
- chore: Add a license choice (#41)
0.3.0
Features:
- added basic support of genini pro (#33)
- configure service name via env var (#39)
- support Imagen model (#37)
- supported 32k models (#29)
- supported Gemini Pro Vision (#34)
Fixes:
- added OTLP export (#38)
- propagating per request key (#40)
- reject empty prompt in Gemini Pro Vision (#43)
Other:
- chore: Setup excludes for OSS Review Toolkit (#30)
- chore: add e2e tests trigger (#23)
- chore: bump aiohttp from 3.8.6 to 3.9.0 (#26)
0.2.0
Features:
- supported streaming for Bison models (#21)
- supported history truncation via
max_prompt_tokens
and discarded_messages
parameters (#21)
- allowed empty messages for Bison models (#21)
- added timings to debug prints (#21)
Fixes:
- disabled malfunctioning clustering- and classification- gecko endpoints (#21)
0.1.1
Other:
- Merge pull request #7 from epam/integration-0.1.1
- build(deps): bump urllib3 from 1.26.17 to 1.26.18 (#5)
- build(deps-dev): bump langchain from 0.0.310 to 0.0.312 (#4)
- chore: update workflow references (#6)
0.1.0
Features:
Other:
- [skip ci] Update version
- chore: trigger ci