Interface Retrieval

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

interface Retrieval {
    disableAttribution?: boolean;
    vertexAiSearch?: VertexAISearch;
    vertexRagStore?: VertexRagStore;
}

Properties

disableAttribution?: boolean

Optional. Deprecated. This option is no longer supported.

vertexAiSearch?: VertexAISearch

Set to use data source powered by Vertex AI Search.

vertexRagStore?: VertexRagStore

Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.

MMNEPVFCICPMFPCPTTAAATR