Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
disableAttribution?: boolean
[src]

Optional. Deprecated. This option is no longer supported.

§

Use data source powered by external API for grounding.

§

Set to use data source powered by Vertex AI Search.

§

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