langchain.js
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Index

    Properties

    numDimensions?: number
    space: SpaceName