Class Retrieval (1.95.1)

Retrieval(
 source: vertexai.generative_models._generative_models.grounding.VertexAISearch,
 disable_attribution: typing.Optional[bool] = None,
)

Defines a retrieval tool that model can call to access external knowledge.

Methods

Retrieval

Retrieval(
 source: vertexai.generative_models._generative_models.grounding.VertexAISearch,
 disable_attribution: typing.Optional[bool] = None,
)

Initializes a Retrieval tool.

Parameters
Name Description
disable_attribution bool

Deprecated. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.

source VertexAISearch

Set to use data source powered by Vertex AI Search.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.