menu
mobile_rag_engine package
documentation
mobile_rag.dart
MobileRag
tryLoadCachedIndex method
tryLoadCachedIndex method
dark_mode
light_mode
tryLoadCachedIndex
method
Future
<
bool
>
tryLoadCachedIndex
(
)
Try to load a cached HNSW index.
Implementation
Future<bool> tryLoadCachedIndex() => _engine!.tryLoadCachedIndex();
mobile_rag_engine package
documentation
mobile_rag
MobileRag
tryLoadCachedIndex method
MobileRag class