Class OnDiskGraphIndexWriter

java.lang.Object
io.github.jbellis.jvector.graph.disk.OnDiskGraphIndexWriter
All Implemented Interfaces:
Closeable, AutoCloseable

public class OnDiskGraphIndexWriter extends Object implements Closeable
Write a graph index to disk, for later loading as an OnDiskGraphIndex.

Implements `getFeatureSource` to allow incremental construction of a larger-than-memory graph (using the writer as the source of INLINE_VECTORS or LVQ).