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

GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfigRagConfig

import type { GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfigRagConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Configuration for Retrieval Augmented Generation feature.

interface GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfigRagConfig {
enableRag?: boolean;
}

§Properties

§
enableRag?: boolean
[src]

If true, enable Retrieval Augmented Generation in ChatCompletion request. Once enabled, the endpoint will be identified as GenAI endpoint and Arthedain router will be used.