setLocalVectorStore method
- LocalVectorStore store
Set the local vector store for on-device search.
Implementation
void setLocalVectorStore(LocalVectorStore store) => _localVectorStore = store;
Set the local vector store for on-device search.
void setLocalVectorStore(LocalVectorStore store) => _localVectorStore = store;