VectorSpace class abstract

Implementers

Constructors

VectorSpace()
const

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

deleteAll(List<String> ids, {int batchSize = 999}) Future<void>
deleteAllPrefixed(String prefix, {int deleteBatchSize = 999, int listBatchSize = 100}) Future<void>
list({int batchSize = 100, String? prefix}) Stream<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeAll() Future<void>
query(String query, {int maxResults = 10}) Future<VectorSpaceResult>
queryAll(List<String> queries, {int maxResults = 100, int compactQueriesTo = 10, int maxTokens = 50000}) Future<VectorSpaceResult>
toString() String
A string representation of this object.
inherited
upsertAll(List<VectorUpsert> upserts) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited