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

GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF

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

Parameters for RRF algorithm that combines search results.

interface GoogleCloudAiplatformV1FindNeighborsRequestQueryRRF {
alpha?: number;
}

§Properties

§
alpha?: number
[src]

Required. Users can provide an alpha value to give more weight to dense vs sparse results. For example, if the alpha is 0, we only return sparse and if the alpha is 1, we only return dense.