LocalVectorStore class

Web stub for LocalVectorStore.

On web, sqlite3 and sqlite_vector are unavailable. This no-op stub is resolved via conditional import so that the native implementation is never compiled into the JS bundle.

Constructors

LocalVectorStore()

Properties

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

Methods

clearAll() → void
clearTopic(String topicId) → void
dispose() → void
hasTopicCached(String topicId) bool
hasTopicEmbeddings(String topicId) bool
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchSimilar(List<double> queryEmbedding, {String? topicId, int limit = 8, double threshold = 0.3}) List<ContentChunkModel>
toString() String
A string representation of this object.
inherited
upsertChunks(List<ContentChunkModel> chunks, List<List<double>> embeddings) → void

Operators

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