SongGuess
    Preparing search index...

    Interface Ai_Cf_Baai_Bge_M3_Output_EmbeddingFor_Contexts

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

    Properties

    pooling?: "mean" | "cls"

    The pooling method used in the embedding process.

    response?: number[][]
    shape?: number[]