GoogleCloudAiplatformV1Retrieval
import type { GoogleCloudAiplatformV1Retrieval } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Defines a retrieval tool that model can call to access external knowledge.
interface GoogleCloudAiplatformV1Retrieval {
disableAttribution?: boolean;
externalApi?: GoogleCloudAiplatformV1ExternalApi;
vertexAiSearch?: GoogleCloudAiplatformV1VertexAISearch;
vertexRagStore?: GoogleCloudAiplatformV1VertexRagStore;
}§Properties
§
externalApi?: GoogleCloudAiplatformV1ExternalApi
[src]Use data source powered by external API for grounding.
§
vertexAiSearch?: GoogleCloudAiplatformV1VertexAISearch
[src]Set to use data source powered by Vertex AI Search.
§
vertexRagStore?: GoogleCloudAiplatformV1VertexRagStore
[src]Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.