Skip to content

Releases: langchain-ai/langchain-google

libs/vertexai/v2.0.20

11 Apr 16:26
4c82bfe

Choose a tag to compare

What's Changed

  • genai: remove automatic 'models/' prefix addition for tuned type models by @imperorrp in #842
  • vertexai: fix embedding property override issue in VectorStore by @ykoh42 in #844
  • genai[patch]: remove warning emitted during structured output by @ccurme in #811
  • genai[patch]: fix API reference formatting by @ccurme in #850
  • Fix bind tools by @lkuligin in #849
  • vertexai: Fix resolving of references in ChatVertexAI.with_structured_output by @SebastianThomas1 in #843
  • release 2.0.20 by @lkuligin in #851

New Contributors

Full Changelog: libs/vertexai/v2.0.19...libs/vertexai/v2.0.20

libs/vertexai/v2.0.19

04 Apr 14:45
7d90734

Choose a tag to compare

What's Changed

  • genai: Fix embed_query method to use the non-batch endpoint by @stgoa in #817
  • vertexai: allow passing google.oauth2 Credentials to vectorstores by @ericgtkb in #824
  • genai: added transport check for async client in ChatGoogleGenerativeAI class by @imperorrp in #822
  • vertex: fix API ref for ChatVertexAI by @ccurme in #830
  • [genai, vertexai]: Add warnings for invalid kwargs by @msaadg in #829
  • genai: update acceptable temperature param range doc for ChatGoogleGenerativeAI by @imperorrp in #833
  • [genai, vertexai]: add context caching examples for genai and vertexai in doc by @msaadg in #835
  • vertexai: updating aiplatform by @lgesuellip in #827
  • release 2.0.19 by @lkuligin in #840
  • fixed Anthropic url support by @lkuligin in #839
  • vertexai: Fixed content coercion while streaming Claude thinking response by @mitraan-deshaw in #834
  • Fix by @lkuligin in #841

New Contributors

Full Changelog: libs/genai/v2.1.2...libs/vertexai/v2.0.19

libs/vertexai/v2.0.18

27 Mar 15:46
7e9e2fa

Choose a tag to compare

What's Changed

  • vertexai[patch]: return model name in response metadata when streaming by @ccurme in #813
  • [vertexai] docs: Fix incorrect import statement in ChatVertexAI documentation by @msaadg in #815
  • genai[patch]: return model_name in response_metadata when streaming by @ccurme in #819
  • vertexai: release 2.0.18 by @ccurme in #818
  • genai[patch]: release 2.1.2 by @ccurme in #820

Full Changelog: libs/vertexai/v2.0.17...libs/vertexai/v2.0.18

libs/genai/v2.1.2

27 Mar 16:04
7e9e2fa

Choose a tag to compare

What's Changed

  • vertexai[patch]: return model name in response metadata when streaming by @ccurme in #813
  • [vertexai] docs: Fix incorrect import statement in ChatVertexAI documentation by @msaadg in #815
  • genai[patch]: return model_name in response_metadata when streaming by @ccurme in #819
  • vertexai: release 2.0.18 by @ccurme in #818
  • genai[patch]: release 2.1.2 by @ccurme in #820

Full Changelog: libs/vertexai/v2.0.17...libs/genai/v2.1.2

libs/vertexai/v2.0.17

25 Mar 16:13
480a8b2

Choose a tag to compare

What's Changed

  • genai: add grounding support for Gemini models by @msaadg in #795
  • (genai): Add support for Gemini code execution by @asimchoudhary in #788
  • Add model_kwargs to ChatAnthropicVertex to enable thinking mode by @hzeus in #797
  • readme: updated inverted commas for proper code block by @DangerousPotential in #806
  • Add Image URL support in ChatAnthropicVertex model by @SauravP97 in #804
  • vertexai[patch]: remove warning emitted during parallel tool calls by @ccurme in #810
  • (community): Handle non utf-8 encoding by @asimchoudhary in #805
  • vertexai: add support for llama-3.3-70b model in MAAS integration by @sruap1214 in #785
  • Add GCS image support in ChatAnthropicVertex model by @SauravP97 in #808
  • vertex[patch]: support mistral-small-2503 in model garden by @ccurme in #793
  • vertexai: release 2.0.17 by @ccurme in #812

New Contributors

Full Changelog: libs/vertexai/v2.0.16...libs/vertexai/v2.0.17

libs/vertexai/v2.0.16

21 Mar 15:06
fb9875f

Choose a tag to compare

What's Changed

Full Changelog: libs/genai/v2.1.1...libs/vertexai/v2.0.16

libs/genai/v2.1.1

21 Mar 14:54
64ec497

Choose a tag to compare

What's Changed

  • Avoid retries for InvalidArgument exceptions by @SauravP97 in #777
  • fix[genai]: Allow Temperature Values Up to 2.0 for ChatGoogleGenerativeAI by @mjunaidca in #780
  • vertexai: Support for new tool_choice format for Gemini models by @msaadg in #779
  • vertexai: add custom wait time for retries by @lgesuellip in #778
  • genai: Add image output parsing support to ChatGoogleGenerativeAI by @windkit in #789
  • Add Chain of Thoughts support for ChatAnthropicVertex Claude 3.7 by @SauravP97 in #790
  • genai: Added field response_modalities in ChatGoogleGenerativeAI initialization. by @windkit in #792
  • genai[patch]: update langchain-tests by @ccurme in #798
  • vertexai[patch]: support TypedDict and Pydantic v1 with json_mode by @ccurme in #799
  • genai: release 2.1.1 by @ccurme in #800

New Contributors

Full Changelog: libs/genai/v2.1.0...libs/genai/v2.1.1

libs/genai/v2.1.0

13 Mar 04:59
23c104d

Choose a tag to compare

What's Changed

  • vertex[patch]: update langchain-tests by @ccurme in #773
  • vertexai[bugfix]: use base_url if set by @GuyStone in #774
  • genai[patch]: update langchain-tests, fix bugs with structured output by @ccurme in #772
  • genai : filter out empty message contents in ChatGoogleGenerativeAI by @asimchoudhary in #775
  • release 2.0.12 by @lkuligin in #776

New Contributors

Full Changelog: libs/vertexai/v2.0.15...libs/genai/v2.1.0

libs/vertexai/v2.0.15

10 Mar 16:14
1040a18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: libs/vertexai/v2.0.14...libs/vertexai/v2.0.15

libs/vertexai/v2.0.14

26 Feb 10:34
3f8d318

Choose a tag to compare

What's Changed

Full Changelog: libs/genai/v2.0.11...libs/vertexai/v2.0.14