Save the HNSW index marker to disk.
Future<void> saveIndex({String? collectionId}) async { final service = await _serviceForCollection(collectionId); return service.saveIndex(); }