tryLoadCachedIndex method

Future<bool> tryLoadCachedIndex()

Try to load a cached HNSW index from disk.

Returns true if a previously built index exists.

Implementation

Future<bool> tryLoadCachedIndex() => _ragService.tryLoadCachedIndex();