saveIndex method
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();
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.
Future<void> saveIndex() => _engine!.saveIndex();