saveIndex method

Future<void> saveIndex()

Save the HNSW index marker to disk.

This is handled automatically by rebuildIndex, but can be called manually if you are doing custom index management.

Implementation

Future<void> saveIndex() => _engine!.saveIndex();