SongGuess
    Preparing search index...

    Interface Ai_Cf_Baai_Bge_M3_Output_Embedding

    interface Ai_Cf_Baai_Bge_M3_Output_Embedding {
        data?: number[][];
        pooling?: "mean" | "cls";
        shape?: number[];
    }
    Index

    Properties

    Properties

    data?: number[][]

    Embeddings of the requested text values

    pooling?: "mean" | "cls"

    The pooling method used in the embedding process.

    shape?: number[]