-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee61033
commit 484895e
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Changelog | ||
|
||
## [unreleased] | ||
|
||
### 🚀 Features | ||
|
||
- Enable streaming for VertexAIGeminiChatGenerator (#1014) | ||
- Add tests for VertexAIGeminiGenerator and enable streaming (#1012) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Remove the use of deprecated gemini models (#1032) | ||
- Chat roles for model responses in chat generators (#1030) | ||
|
||
### 🧪 Testing | ||
|
||
- Do not retry tests in `hatch run test` command (#954) | ||
- Add tests for VertexAIChatGeminiGenerator and migrate from preview package in vertexai (#1042) | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Retry tests to reduce flakyness (#836) | ||
- Update ruff invocation to include check parameter (#853) | ||
|
||
## [integrations/google_vertex-v1.1.0] - 2024-03-28 | ||
|
||
## [integrations/google_vertex-v1.0.0] - 2024-03-27 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix order of API docs (#447) | ||
|
||
This PR will also push the docs to Readme | ||
|
||
### 📚 Documentation | ||
|
||
- Update category slug (#442) | ||
- Review google vertex integration (#535) | ||
- Small consistency improvements (#536) | ||
- Disable-class-def (#556) | ||
|
||
### Google_vertex | ||
|
||
- Create api docs (#355) | ||
|
||
## [integrations/google_vertex-v0.2.0] - 2024-01-26 | ||
|
||
## [integrations/google_vertex-v0.1.0] - 2024-01-03 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- The default model of VertexAIImagegenerator (#158) | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Replace - with _ (#114) | ||
|
||
<!-- generated by git-cliff --> |