Try to load a cached HNSW index from disk.
Returns true if a previously built index exists.
Future<bool> tryLoadCachedIndex() => _ragService.tryLoadCachedIndex();