Releases: langchain-ai/langchain-google
Releases · langchain-ai/langchain-google
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_modesupport for structured output and schema reference handling inChatGoogleGenerativeAIby @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_metadatasupport toChatGoogleGenerativeAIresponse 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
libs/vertexai/v2.0.22
libs/genai/v2.1.4
What's Changed
- added model name to client-info by @lkuligin in #885
- vertexai: Fix global region endpoint for
ChatVertexAIby @msaadg in #867 - genai: fix issue where newlines were stripped during streaming by @ondrejnov in #894
- genai, vertexai[patch]: support model_kwargs by @ccurme in #891
- genai: Added thinking_budget support to ChatGoogleGenerativeAI. by @windkit in #884
- fix: Trace model name without
models/prefix by @jacoblee93 in #896 - [genai|vertexai|community]: Adding Vertex Tool Context into client info by @shawn-yang-google in #875
- vertexai: add frequency_penalty and presence_penalty by @thomas-corcoran in #889
- fix(genai): Fix nested array schema conversion for function calling by @bdjafer in #882
- release 2.1.4 by @lkuligin in #897
New Contributors
- @ondrejnov made their first contribution in #894
- @jacoblee93 made their first contribution in #896
- @shawn-yang-google made their first contribution in #875
- @thomas-corcoran made their first contribution in #889
- @bdjafer made their first contribution in #882
Full Changelog: libs/vertexai/v2.0.21...libs/genai/v2.1.4
libs/vertexai/v2.0.21
What's Changed
- vertex[patch]: add support for google_search tool passed as a dict by @vbarda in #863
- genai[patch]: add standard test for audio inputs by @ccurme in #869
- upgraded aiplatform version by @lkuligin in #876
- fix tests by @lkuligin in #883
- vertexai[patch]: add standard test for audio inputs by @ccurme in #870
- remove stream from params if passed by @aagarwal-amit in #880
- vertexai: loosen dependency on validators package by @artdent in #871
- vertexai: release 2.0.21 by @ccurme in #888
New Contributors
- @aagarwal-amit made their first contribution in #880
- @artdent made their first contribution in #871
Full Changelog: libs/genai/v2.1.3...libs/vertexai/v2.0.21
libs/genai/v2.1.3
What's Changed
- vertexai[patch]: fix python 3.9 compatibility in test by @ccurme in #855
- vertexai: fix null ids in
add_texts_with_embeddingsby @ykoh42 in #856 - doc(vertexai): typo in doc by @JavierArredondo in #854
- genai[patch]: support standard format for multi-modal content blocks by @ccurme in #862
- vertexai[patch]: support standard format for multi-modal content blocks by @ccurme in #861
- genai: release 2.1.3 by @ccurme in #865
New Contributors
- @JavierArredondo made their first contribution in #854
Full Changelog: libs/vertexai/v2.0.20...libs/genai/v2.1.3