HnswGraphProvider

An interface that provides an HNSW graph. This interface is useful when gathering multiple HNSW graphs to bootstrap segment merging. The graph may be off the JVM heap.

Inheritors

Functions

Link copied to clipboard
abstract fun getGraph(field: String): HnswGraph?

Return the stored HnswGraph for the given field.