tryLoadCachedIndex method

Future<bool> tryLoadCachedIndex()

Try to load a cached HNSW index.

Implementation

Future<bool> tryLoadCachedIndex() => _engine!.tryLoadCachedIndex();