Releases: langchain-ai/langchain-google
Releases · langchain-ai/langchain-google
libs/genai/v2.1.9
What's Changed
- release 2.1.9 by @lkuligin in #1075
- [genai] docs: enhance multimodal input examples for ChatGoogleGenerativeAI by @msaadg in #1072
- genai: Enhance retry mechanism in ChatGoogleGenerativeAI with customizable parameter by @bajajku in #915
New Contributors
Full Changelog: libs/vertexai/v2.0.28...libs/genai/v2.1.9
libs/genai/v2.1.8
What's Changed
- fix[docs]: typos, formatting by @mdrxy in #1026
- fix(docs): code blocks by @mdrxy in #1028
- vertexai[patch]: support thought signatures in function calls by @ccurme in #1025
- feat: add async embedding methods and update tests for output dimensionality for Gemini embedding compat by @mdrxy in #1031
- chore: cleanup docs, extra
model_config
declaration by @mdrxy in #1033 - genai: release 2.1.8 by @mdrxy in #1034
- fix(tests): embeddings and chat_models test fixes by @mdrxy in #1035
Full Changelog: libs/genai/v2.1.7...libs/genai/v2.1.8
libs/genai/v2.1.7
What's Changed
- genai[patch]: fix totals in usage metadata and refactor by @ccurme in #1016
- infra: enable model armor API and add model armor permissions by @mihirvala-crestdata in #1000
- docs: fixes langchain-ai/langchain#31785 by @mdrxy in #1017
- genai: release 2.1.7 by @ccurme in #1024
New Contributors
- @mihirvala-crestdata made their first contribution in #1000
- @mdrxy made their first contribution in #1017
Full Changelog: libs/vertexai/v2.0.27...libs/genai/v2.1.7
libs/vertexai/v2.0.27
What's Changed
- vertexai: add support for include_thoughts parameter by @Shanay-Mehta in #968
- vertexai: release 2.0.27 by @ccurme in #1015
New Contributors
- @Shanay-Mehta made their first contribution in #968
Full Changelog: libs/genai/v2.1.6...libs/vertexai/v2.0.27
libs/genai/v2.1.6
What's Changed
- removed deprecated PALM models by @lkuligin in #1001
- genai[patch]: handle thinking blocks on input by @ccurme in #1007
- genai: fix multi-turn conversations with code execution blocks by @msaadg in #1003
- genai[patch]: add test case for built-in search by @ccurme in #1009
- genai: Add
json_mode
support for structured output and schema reference handling inChatGoogleGenerativeAI
by @msaadg in #970 - genai: release 2.1.6 by @ccurme in #1012
Full Changelog: libs/vertexai/v2.0.26...libs/genai/v2.1.6
libs/vertexai/v2.0.26
What's Changed
- genai[patch]: support google_search and code_execution tools via dict by @ccurme in #958
- genai: docs added complete and structured README for langchain-google-genai package by @SYED-M-HUSSAIN in #933
- [genai]: add missing transport argument by @Abdelgha-4 in #965
- [community]: Adding optional timeout parameter to Vertex Reranker by @DRXD1000 in #964
- genai[patch]: update model used in integration tests by @ccurme in #981
- genai: Added Audio Output support by @windkit in #949
- [vertexai]: ignore empty AIMessage from previous blocked responses by @aabmass in #929
- genai: Fix the issue task_type passed into embed_query is ignored. by @windkit in #908
- vertexai: Pass base_url to AnthropicVertex by @mitraan-deshaw in #983
- (community) : Fix GitHub Actions lint failure by @asimchoudhary in #807
- [vertexai]: Fix #845 tool binding issue with anyOf Field in pydantic v2 by @jcc-ne in #987
- vertexai: add support for gemini-embedding-001 by @Arun-Niranjan in #955
- fix tests by @lkuligin in #991
- vertexai: Add cached_content_token_count to lc_usage for vertexai by @blue-hope in #990
- release 2.0.26 by @lkuligin in #993
New Contributors
- @Abdelgha-4 made their first contribution in #965
- @DRXD1000 made their first contribution in #964
- @aabmass made their first contribution in #929
- @jcc-ne made their first contribution in #987
- @Arun-Niranjan made their first contribution in #955
- @blue-hope made their first contribution in #990
Full Changelog: libs/vertexai/v2.0.25...libs/vertexai/v2.0.26
libs/vertexai/v2.0.25
What's Changed
- vertexai[patch]: bump langchain-tests by @ccurme in #966
- vertexai[patch]: cache prediction client by @ccurme in #969
- vertexai: strip nullable anyOf when using dedicated structured output feature by @ccurme in #977
- [vertexai]: fix IndexError when a tool returns an empty list by @bprus in #976
- community: fix operation precedence VertexAIRank when credentails are provided… by @estebance in #974
- [genai]: Quick fix for "Unknown field for Part: thought" by @yigitates17 in #967
- vertexai[patch]: support code_execution by @ccurme in #959
- vertexai: release 2.0.25 by @ccurme in #979
New Contributors
- @bprus made their first contribution in #976
- @estebance made their first contribution in #974
- @yigitates17 made their first contribution in #967
Full Changelog: libs/genai/v2.1.5...libs/vertexai/v2.0.25
libs/genai/v2.1.5
What's Changed
- genai: fix update model_fields access for Pydantic v2.11+ compatibility by @SYED-M-HUSSAIN in #931
- vertexai: docs added comprehensive README for langchain-google-vertexai integration package by @SYED-M-HUSSAIN in #934
- genai[patch]: use 1.5-latest in tests by @ccurme in #942
- genai: Added include_thoughts support. by @windkit in #937
- genai: Add
grounding_metadata
support toChatGoogleGenerativeAI
response by @msaadg in #944 - genai: release 2.1.5 by @ccurme in #952
New Contributors
- @SYED-M-HUSSAIN made their first contribution in #931
Full Changelog: libs/vertexai/v2.0.24...libs/genai/v2.1.5
libs/vertexai/v2.0.24
What's Changed
- genai[patch]: support image parts in tool responses by @ccurme in #921
- vertexai: Added audio_timestamp support. by @windkit in #913
- fixed thinking mode by @lkuligin in #922
- release 2.0.24 by @lkuligin in #924
- added total and thinking tokens to callback by @lkuligin in #923
Full Changelog: libs/vertexai/v2.0.23...libs/vertexai/v2.0.24
libs/vertexai/v2.0.23
What's Changed
- community: Unify google service authentications and move to parent's _utils file by @CtrlMj in #904
- aiplatform 1.92.0 by @lkuligin in #906
- vertexai: Added thinking_budget support to ChatVertexAI by @windkit in #893
- release 2.0.23 by @lkuligin in #909
New Contributors
Full Changelog: libs/vertexai/v2.0.22...libs/vertexai/v2.0.23