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

GoogleCloudAiplatformV1RagRetrievalConfig

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

Specifies the context retrieval config.

interface GoogleCloudAiplatformV1RagRetrievalConfig {
topK?: number;
}

§Properties

§

Optional. Config for filters.

§

Optional. Config for ranking and reranking.

§
topK?: number
[src]

Optional. The number of contexts to retrieve.