SongGuess
    Preparing search index...

    Interface Ai_Cf_Baai_Bge_M3_Input_Embedding

    interface Ai_Cf_Baai_Bge_M3_Input_Embedding {
        text: string | string[];
        truncate_inputs?: boolean;
    }
    Index

    Properties

    text: string | string[]
    truncate_inputs?: boolean

    When provided with too long context should the model error out or truncate the context to fit?