Skip to content

Releases: langchain-ai/langchain-google

libs/genai/v2.1.6

30 Jun 13:21
f420577

Choose a tag to compare

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 in ChatGoogleGenerativeAI 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

20 Jun 15:09
625d70b

Choose a tag to compare

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

Full Changelog: libs/vertexai/v2.0.25...libs/vertexai/v2.0.26

libs/vertexai/v2.0.25

11 Jun 14:27
c932937

Choose a tag to compare

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

Full Changelog: libs/genai/v2.1.5...libs/vertexai/v2.0.25

libs/genai/v2.1.5

28 May 13:49
dc186f9

Choose a tag to compare

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 to ChatGoogleGenerativeAI response by @msaadg in #944
  • genai: release 2.1.5 by @ccurme in #952

New Contributors

Full Changelog: libs/vertexai/v2.0.24...libs/genai/v2.1.5

libs/vertexai/v2.0.24

16 May 07:04
42c25e1

Choose a tag to compare

What's Changed

Full Changelog: libs/vertexai/v2.0.23...libs/vertexai/v2.0.24

libs/vertexai/v2.0.23

08 May 16:39
0d40a4f

Choose a tag to compare

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

07 May 10:35
15aae68

Choose a tag to compare

What's Changed

Full Changelog: libs/genai/v2.1.4...libs/vertexai/v2.0.22

libs/genai/v2.1.4

30 Apr 08:30
1168453

Choose a tag to compare

What's Changed

  • added model name to client-info by @lkuligin in #885
  • vertexai: Fix global region endpoint for ChatVertexAI by @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

Full Changelog: libs/vertexai/v2.0.21...libs/genai/v2.1.4

libs/vertexai/v2.0.21

24 Apr 15:30
f3fbd75

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: libs/genai/v2.1.3...libs/vertexai/v2.0.21

libs/genai/v2.1.3

16 Apr 15:21
cbfe20c

Choose a tag to compare

What's Changed

  • vertexai[patch]: fix python 3.9 compatibility in test by @ccurme in #855
  • vertexai: fix null ids in add_texts_with_embeddings by @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

Full Changelog: libs/vertexai/v2.0.20...libs/genai/v2.1.3