saveIndex method

Future<void> saveIndex()

Save the HNSW index marker to disk.

Implementation

Future<void> saveIndex() => _ragService.saveIndex();