Releases: langchain-ai/langchain-google
libs/genai/v2.0.1
What's Changed
- vertexai: add seed parameter by @kardiff18 in #518
- community: Add support for order_by and canonical_filter fields in VertexAISearchRetriever by @lgesuellip in #529
- community: add temp dataset parameter to BQ and FS vectorstores by @eliasecchig in #528
- langchain-google-vertexai: Update vision_models.py to allow kwargs usage by @TommasoPetrolito in #473
- genai[patch]: support max_tokens init arg by @baskaryan in #517
- vertexai[patch]: exclude full_model_name from ser by @baskaryan in #515
- vertexai: Add enum response schema for controlled generation by @jzaldi in #532
- vertexai: Allow json_mode in with_structured_output by @jzaldi in #533
- fix maas tests by @lkuligin in #539
- fix standard_tests by @lkuligin in #541
- vertexai: Include avg_logprobs in response metadata by @jzaldi in #534
- added support for Llama 3.2 by @lkuligin in #540
- added deprecation warning for Palm by @lkuligin in #536
- disable test as we can't generate service account key on gcp by @gmogr in #542
- bump google-generativeai to 0.8.0 by @lkuligin in #537
- genai: fix pydantic structured_output with array by @nobu007 in #469
- release by @lkuligin in #543
New Contributors
- @TommasoPetrolito made their first contribution in #473
Full Changelog: libs/vertexai/v2.0.3...libs/genai/v2.0.1
libs/community/v2.0.1
What's Changed
- vertexai: add seed parameter by @kardiff18 in #518
- community: Add support for order_by and canonical_filter fields in VertexAISearchRetriever by @lgesuellip in #529
- community: add temp dataset parameter to BQ and FS vectorstores by @eliasecchig in #528
- langchain-google-vertexai: Update vision_models.py to allow kwargs usage by @TommasoPetrolito in #473
- genai[patch]: support max_tokens init arg by @baskaryan in #517
- vertexai[patch]: exclude full_model_name from ser by @baskaryan in #515
- vertexai: Add enum response schema for controlled generation by @jzaldi in #532
- vertexai: Allow json_mode in with_structured_output by @jzaldi in #533
- fix maas tests by @lkuligin in #539
- fix standard_tests by @lkuligin in #541
- vertexai: Include avg_logprobs in response metadata by @jzaldi in #534
- added support for Llama 3.2 by @lkuligin in #540
- added deprecation warning for Palm by @lkuligin in #536
- disable test as we can't generate service account key on gcp by @gmogr in #542
- bump google-generativeai to 0.8.0 by @lkuligin in #537
- genai: fix pydantic structured_output with array by @nobu007 in #469
- release by @lkuligin in #543
New Contributors
- @TommasoPetrolito made their first contribution in #473
Full Changelog: libs/vertexai/v2.0.3...libs/community/v2.0.1
libs/vertexai/v2.0.3
What's Changed
- update v0.2 to latest docs links by @efriis in #522
- community: Support for Fetching Previous/Next Segments in VertexAISearchRetriever by @lgesuellip in #511
- vertexai[patch]: use default astream for gemini models by @baskaryan in #526
- vertexai[patch]: Release 2.0.3 by @baskaryan in #527
New Contributors
- @lgesuellip made their first contribution in #511
Full Changelog: libs/vertexai/v2.0.2...libs/vertexai/v2.0.3
libs/vertexai/v2.0.2
What's Changed
- genai: fix integration_test to avoid 429 Resource has been exhausted by @nobu007 in #506
- community: Fix gmail search for threads by @Vismai-Khanderao in #507
- genai: add integration_test help message for Makefile by @nobu007 in #504
- genai: check all BaseModel versions by @nobu007 in #394
- removed tenacity from deps by @lkuligin in #512
- vertexai[patch]: make sure chat models can be json dumped by @baskaryan in #513
- vertexai: postpone
_VertexAIBase.project
validation by @wbadart in #514 - vertexai: apply format for chat_models.py by @nobu007 in #505
- vertexai: Support list URI input to
embed_image()
API by @duwenxin99 in #495 - fixed sequential human messages with tool calling by @lkuligin in #516
- vertexai[patch]: infer project from creds by @baskaryan in #523
- vertexai[patch]: Release 2.0.2 by @baskaryan in #524
New Contributors
- @Vismai-Khanderao made their first contribution in #507
- @wbadart made their first contribution in #514
- @duwenxin99 made their first contribution in #495
Full Changelog: libs/vertexai/v2.0.1...libs/vertexai/v2.0.2
libs/vertexai/v2.0.1
What's Changed
- vertex[patch]: update parser in with_structured_output by @ccurme in #494
- added smaller Llama models by @lkuligin in #493
- added support for random order in history by @lkuligin in #496
- vertexai[patch]: call model_rebuild in embeddings by @ccurme in #499
- vertex[patch]: release 2.0.1 by @ccurme in #501
Full Changelog: libs/community/v2.0.0...libs/vertexai/v2.0.1
libs/vertexai/v2.0.0
langchain-google-vertexai
2.0 includes a upgrade to Pydantic 2. See guide here for details and migration information.
What's Changed
- fix BQ VectorStore dataset permission and table schema info by @eliasecchig in #464
- vertexai: added support for custom ids and sprinkled in some docstring updates by @rubenschulze in #467
- Added support for Google Cloud Document AI Layout Parser by @RajeshThallam in #294
- genai: add mkdir -p option for make lint by @nobu007 in #470
- genai, vertex, community[patch]: backward-compatible pydantic v2 changes by @ccurme in #472
- remove integration tests for bison by @lkuligin in #477
- genai: use SecretStr for api_key by @nobu007 in #397
- community: Add complex filters bigqueryvectorstore (SQL filters) by @Freezaa9 in #448
- added reduced dimensionanility for multimodal embeddings by @lkuligin in #476
- genai[patch]: add standard tests by @ccurme in #478
- Revert "genai[patch]: add standard tests" by @ccurme in #479
- genai[patch]: fix standard tests by @ccurme in #480
- infra[patch]: support dev + rc releases by @ccurme in #483
- infra[patch]: add integration test workflow by @ccurme in #484
- community, genai, vertexai[major]: release 2.0 by @ccurme in #489
New Contributors
- @rubenschulze made their first contribution in #467
- @RajeshThallam made their first contribution in #294
Full Changelog: libs/vertexai/v1.0.10...libs/vertexai/v2.0.0
libs/genai/v2.0.0
langchain-google-genai
2.0 includes a upgrade to Pydantic 2. See guide here for details and migration information.
What's Changed
- fix BQ VectorStore dataset permission and table schema info by @eliasecchig in #464
- vertexai: added support for custom ids and sprinkled in some docstring updates by @rubenschulze in #467
- Added support for Google Cloud Document AI Layout Parser by @RajeshThallam in #294
- genai: add mkdir -p option for make lint by @nobu007 in #470
- genai, vertex, community[patch]: backward-compatible pydantic v2 changes by @ccurme in #472
- remove integration tests for bison by @lkuligin in #477
- genai: use SecretStr for api_key by @nobu007 in #397
- community: Add complex filters bigqueryvectorstore (SQL filters) by @Freezaa9 in #448
- added reduced dimensionanility for multimodal embeddings by @lkuligin in #476
- genai[patch]: add standard tests by @ccurme in #478
- Revert "genai[patch]: add standard tests" by @ccurme in #479
- genai[patch]: fix standard tests by @ccurme in #480
- infra[patch]: support dev + rc releases by @ccurme in #483
- infra[patch]: add integration test workflow by @ccurme in #484
- community, genai, vertexai[major]: release 2.0 by @ccurme in #489
New Contributors
- @rubenschulze made their first contribution in #467
- @RajeshThallam made their first contribution in #294
Full Changelog: libs/vertexai/v1.0.10...libs/genai/v2.0.0
libs/community/v2.0.0
langchain-google-community
2.0 includes a upgrade to Pydantic 2. See guide here for details and migration information.
What's Changed
- fix BQ VectorStore dataset permission and table schema info by @eliasecchig in #464
- vertexai: added support for custom ids and sprinkled in some docstring updates by @rubenschulze in #467
- Added support for Google Cloud Document AI Layout Parser by @RajeshThallam in #294
- genai: add mkdir -p option for make lint by @nobu007 in #470
- genai, vertex, community[patch]: backward-compatible pydantic v2 changes by @ccurme in #472
- remove integration tests for bison by @lkuligin in #477
- genai: use SecretStr for api_key by @nobu007 in #397
- community: Add complex filters bigqueryvectorstore (SQL filters) by @Freezaa9 in #448
- added reduced dimensionanility for multimodal embeddings by @lkuligin in #476
- genai[patch]: add standard tests by @ccurme in #478
- Revert "genai[patch]: add standard tests" by @ccurme in #479
- genai[patch]: fix standard tests by @ccurme in #480
- infra[patch]: support dev + rc releases by @ccurme in #483
- infra[patch]: add integration test workflow by @ccurme in #484
- community, genai, vertexai[major]: release 2.0 by @ccurme in #489
New Contributors
- @rubenschulze made their first contribution in #467
- @RajeshThallam made their first contribution in #294
Full Changelog: libs/vertexai/v1.0.10...libs/community/v2.0.0
libs/vertexai/v2.0.0.dev1
What's Changed
- fix BQ VectorStore dataset permission and table schema info by @eliasecchig in #464
- vertexai: added support for custom ids and sprinkled in some docstring updates by @rubenschulze in #467
- Added support for Google Cloud Document AI Layout Parser by @RajeshThallam in #294
- genai: add mkdir -p option for make lint by @nobu007 in #470
- genai, vertex, community[patch]: backward-compatible pydantic v2 changes by @ccurme in #472
- remove integration tests for bison by @lkuligin in #477
- genai: use SecretStr for api_key by @nobu007 in #397
- community: Add complex filters bigqueryvectorstore (SQL filters) by @Freezaa9 in #448
- added reduced dimensionanility for multimodal embeddings by @lkuligin in #476
- genai[patch]: add standard tests by @ccurme in #478
- Revert "genai[patch]: add standard tests" by @ccurme in #479
- genai[patch]: fix standard tests by @ccurme in #480
- vertex: fix gapic conversion by @ccurme in #482
- infra[patch]: support dev + rc releases by @ccurme in #483
- infra[patch]: add integration test workflow by @ccurme in #484
New Contributors
- @rubenschulze made their first contribution in #467
- @RajeshThallam made their first contribution in #294
Full Changelog: libs/vertexai/v1.0.10...libs/vertexai/v2.0.0.dev1
libs/genai/v2.0.0.dev1
What's Changed
- fix BQ VectorStore dataset permission and table schema info by @eliasecchig in #464
- vertexai: added support for custom ids and sprinkled in some docstring updates by @rubenschulze in #467
- Added support for Google Cloud Document AI Layout Parser by @RajeshThallam in #294
- genai: add mkdir -p option for make lint by @nobu007 in #470
- genai, vertex, community[patch]: backward-compatible pydantic v2 changes by @ccurme in #472
- remove integration tests for bison by @lkuligin in #477
- genai: use SecretStr for api_key by @nobu007 in #397
- community: Add complex filters bigqueryvectorstore (SQL filters) by @Freezaa9 in #448
- added reduced dimensionanility for multimodal embeddings by @lkuligin in #476
- genai[patch]: add standard tests by @ccurme in #478
- Revert "genai[patch]: add standard tests" by @ccurme in #479
- genai[patch]: fix standard tests by @ccurme in #480
- infra[patch]: support dev + rc releases by @ccurme in #483
- infra[patch]: add integration test workflow by @ccurme in #484
New Contributors
- @rubenschulze made their first contribution in #467
- @RajeshThallam made their first contribution in #294
Full Changelog: libs/vertexai/v1.0.10...libs/genai/v2.0.0.dev1