Class HnswConcurrentMergeBuilder

  • All Implemented Interfaces:
    HnswBuilder

    public class HnswConcurrentMergeBuilder
    extends Object
    implements HnswBuilder
    A graph builder that manages multiple workers, it only supports adding the whole graph all at once. It will spawn a thread for each worker and the workers will pick the work in batches.