public sealed class FindNeighborsRequest.Types.Query.Types.RRF : IMessage<FindNeighborsRequest.Types.Query.Types.RRF>, IEquatable<FindNeighborsRequest.Types.Query.Types.RRF>, IDeepCloneable<FindNeighborsRequest.Types.Query.Types.RRF>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FindNeighborsRequest.Types.Query.Types.RRF.
Parameters for RRF algorithm that combines search results.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `FindNeighborsRequest.Types.Query.Types.RRF` class within the Cloud AI Platform v1beta1 API."],["The `RRF` class is used to set parameters for the Reciprocal Rank Fusion (RRF) algorithm, which combines search results."],["This `RRF` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `RRF()` and `RRF(RRF)`, and includes a property named `Alpha` to adjust the weight of dense versus sparse results in the RRF algorithm, which requires a float value."],["The `FindNeighborsRequest.Types.Query.Types.RRF` class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, specifically within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]