rebuildIndex method
Rebuild the HNSW index after adding sources.
Implementation
Future<void> rebuildIndex() async {
await rebuildChunkHnswIndex(dbPath: dbPath);
}
Rebuild the HNSW index after adding sources.
Future<void> rebuildIndex() async {
await rebuildChunkHnswIndex(dbPath: dbPath);
}