Interface for the base configuration of HNSWLib. It includes the space name and the number of dimensions.

interface HNSWLibBase {
    space: SpaceName;
    numDimensions?: number;
}

Hierarchy (view full)

Properties

space: SpaceName
numDimensions?: number

Generated using TypeDoc