store property
Store
get
store
Implementation
Store get store {
if (_store == null) {
throw Exception('CactusRAG not initialized. Call initialize() first.');
}
return _store!;
}
Store get store {
if (_store == null) {
throw Exception('CactusRAG not initialized. Call initialize() first.');
}
return _store!;
}