QueryHnswProperty<EntityT> class

Provides extra conditions for float vector properties with an HnswIndex.

Inheritance

Constructors

QueryHnswProperty(ModelProperty model)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

greaterOrEqual(double p, {String? alias}) Condition<EntityT>
inherited
greaterThan(double p, {String? alias}) Condition<EntityT>
inherited
isNull({String? alias}) Condition<EntityT>
inherited
lessOrEqual(double p, {String? alias}) Condition<EntityT>
inherited
lessThan(double p, {String? alias}) Condition<EntityT>
inherited
nearestNeighborsF32(List<double> queryVector, int maxResultCount, {String? alias}) Condition<EntityT>
Performs an approximate nearest neighbor (ANN) search to find objects near to the given queryVector.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notNull({String? alias}) Condition<EntityT>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator <(double p) Condition<EntityT>
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(double p) Condition<EntityT>
inherited