Releases: langchain-ai/langchain-google
Releases · langchain-ai/langchain-google
libs/vertexai/v2.0.20
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
- @ykoh42 made their first contribution in #844
- @SebastianThomas1 made their first contribution in #843
Full Changelog: libs/vertexai/v2.0.19...libs/vertexai/v2.0.20
libs/vertexai/v2.0.19
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
- @stgoa made their first contribution in #817
- @ericgtkb made their first contribution in #824
- @imperorrp made their first contribution in #822
Full Changelog: libs/genai/v2.1.2...libs/vertexai/v2.0.19
libs/vertexai/v2.0.18
What's Changed
- vertexai[patch]: return model name in response metadata when streaming by @ccurme in #813
- [vertexai] docs: Fix incorrect import statement in
ChatVertexAIdocumentation 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
What's Changed
- vertexai[patch]: return model name in response metadata when streaming by @ccurme in #813
- [vertexai] docs: Fix incorrect import statement in
ChatVertexAIdocumentation 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
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
- @DangerousPotential made their first contribution in #806
- @sruap1214 made their first contribution in #785
Full Changelog: libs/vertexai/v2.0.16...libs/vertexai/v2.0.17
libs/vertexai/v2.0.16
What's Changed
Full Changelog: libs/genai/v2.1.1...libs/vertexai/v2.0.16
libs/genai/v2.1.1
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_choiceformat 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
- @mjunaidca made their first contribution in #780
- @msaadg made their first contribution in #779
- @windkit made their first contribution in #789
Full Changelog: libs/genai/v2.1.0...libs/genai/v2.1.1
libs/genai/v2.1.0
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
- @GuyStone made their first contribution in #774
- @asimchoudhary made their first contribution in #775
Full Changelog: libs/vertexai/v2.0.15...libs/genai/v2.1.0
libs/vertexai/v2.0.15
What's Changed
- bump version by @lkuligin in #759
- genai[patch]: update gemini 1.0 -> 1.5 and 2.0 in tests by @ccurme in #761
- fixed default transport for async client by @lkuligin in #760
- [vertexai] Add structured output to VertexAI object by @izo0x90 in #763
- Adding Labels in langchain for gemini billing and tracebility by @Vashu-Garg in #732
- community: add support for additional VECTOR_SEARCH options by @cmenon12 in #765
- added endpoint_version by @lkuligin in #767
- vertexai: fix typo in error message by @davidxia in #768
- Bug Fix: Make call of literal_eval optional by @hzeus in #766
- Add support for "model_name" in the ChatResult by @SauravP97 in #770
- release 2.0.15 by @lkuligin in #771
New Contributors
- @Vashu-Garg made their first contribution in #732
- @davidxia made their first contribution in #768
- @hzeus made their first contribution in #766
Full Changelog: libs/vertexai/v2.0.14...libs/vertexai/v2.0.15