FindNeighborsRequest_Query_Rrf class final
Parameters for RRF algorithm that combines search results.
- Inheritance
-
- Object
- ProtoMessage
- FindNeighborsRequest_Query_Rrf
Constructors
- FindNeighborsRequest_Query_Rrf({required double alpha})
-
FindNeighborsRequest_Query_Rrf.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alpha → double
-
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String