Interface Retrieval (0.4.0)

Defines a retrieval tool that model can call to access external knowledge. {VertexAISearch} - [vertexAiSearch] Set to use data source powered by Vertex AI Search. {boolean} - [disableAttribution] 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.

Package

@google-cloud/vertexai

Properties

disableAttribution

disableAttribution?: boolean;

vertexAiSearch

vertexAiSearch?: VertexAISearch;