SongGuess
    Preparing search index...

    Interface Ai_Cf_Pfnet_Plamo_Embedding_1B_Input

    interface Ai_Cf_Pfnet_Plamo_Embedding_1B_Input {
        text: string | string[];
    }
    Index

    Properties

    Properties

    text: string | string[]

    Input text to embed. Can be a single string or a list of strings.