Member Junction
    Preparing search index...

    Transport-agnostic seam for fetching the vectors to cluster. Concrete implementations (server-side from Entity Document Runs, client-side via GraphQL, in-memory test fixtures, etc.) implement this so the engine stays decoupled from how vectors are sourced.

    interface IClusterVectorSource {
        FetchVectors(config: ClusterConfig): Promise<ClusterInputVector[]>;
    }

    Implemented by

    Index

    Methods

    Methods