Releases: langchain-ai/langchain-google
Releases · langchain-ai/langchain-google
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_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
- @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
libs/vertexai/v2.0.14
libs/community/v2.0.7
What's Changed
- release 2.0.14 by @lkuligin in #753
- upgrade dependencies by @lkuligin in #754
- bump release version by @lkuligin in #756
- bumped sdk version and moved tests to extended by @lkuligin in #757
- Release fix2 by @lkuligin in #758
- bump version by @lkuligin in #759
Full Changelog: libs/genai/v2.0.11...libs/community/v2.0.7
libs/genai/v2.0.11
What's Changed
- updating dependencies by @lkuligin in #742
- docs: update docs for the filter arg in community.BigQueryVectorStore by @cmenon12 in #739
- Fix integration test with multiple parts by @pedrito87 in #681
- genai: Fix required field is ignored when dealing with nested pydantic models by @ghengao in #751
- release 2.0.11 by @lkuligin in #745
- use ChatModel as a client for VertexAI by @lkuligin in #749
- vertexai: add timeout in ChatAnthropicVertex by @lgesuellip in #750
- release 2.0.5 by @lkuligin in #747
- fix with_structured_output with json_mode by @lkuligin in #752
New Contributors
Full Changelog: libs/genai/v2.0.10...libs/genai/v2.0.11
libs/genai/v2.0.10
What's Changed
- genai: fix function_utils to parse object/array json schemas properly by @RazCrimson in #715
- Ensure a single instance of ImageBytesLoader throughout chat_models by @SauravP97 in #722
- vertexai: add retry tracing with metadata in ChatAnthropicVertex by @lgesuellip in #728
- Ensure single instance of ImageBytesLoader in Vision Models by @SauravP97 in #736
- docs: add temp_dataset_name to community.BigQueryVectorStore docs by @cmenon12 in #735
- Ensure single instance of ImageBytesLoader in Embeddings by @SauravP97 in #737
- genai: update standard tests library by @efriis in #705
- genai[patch]: release 2.0.10 by @ccurme in #743
New Contributors
- @RazCrimson made their first contribution in #715
- @cmenon12 made their first contribution in #735
Full Changelog: libs/vertexai/v2.0.13...libs/genai/v2.0.10
libs/vertexai/v2.0.13
What's Changed
- [genai] Fix tool calling with legacy agent by @Finndersen in #712
- fix: Remove redundant debug messages by @gunter1020 in #713
- Added support for max_tokens attribute in ChatVertexAI by @SauravP97 in #714
- community: Add Google Calendar Toolkit by @jorge-jrzz in #688
- vertexai: Preserve
sparse_embeddings
indata_points_to_batch_update_records
by @personabb in #721 - vertexai: Add
embeddings_task_type
parameter toembed_query
andembed_documents
by @mitraan-deshaw in #716 - release 2.0.13 by @lkuligin in #723
New Contributors
- @Finndersen made their first contribution in #712
- @gunter1020 made their first contribution in #713
- @jorge-jrzz made their first contribution in #688
- @personabb made their first contribution in #721
Full Changelog: libs/vertexai/v2.0.12...libs/vertexai/v2.0.13