SongGuess
    Preparing search index...

    Interface Ai_Cf_Baai_Bge_M3_Input_QueryAnd_Contexts_1

    interface Ai_Cf_Baai_Bge_M3_Input_QueryAnd_Contexts_1 {
        contexts: { text?: string }[];
        query?: string;
        truncate_inputs?: boolean;
    }
    Index

    Properties

    contexts: { text?: string }[]

    List of provided contexts. Note that the index in this array is important, as the response will refer to it.

    Type Declaration

    • Optionaltext?: string

      One of the provided context content

    query?: string

    A query you wish to perform against the provided contexts. If no query is provided the model with respond with embeddings for contexts

    truncate_inputs?: boolean

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