rebuildIndex method

Future<void> rebuildIndex()

Rebuild the HNSW index after adding sources.

Implementation

Future<void> rebuildIndex() async {
  await rebuildChunkHnswIndex(dbPath: dbPath);
}