SongGuess
    Preparing search index...

    Interface Ai_Cf_Pfnet_Plamo_Embedding_1B_Output

    interface Ai_Cf_Pfnet_Plamo_Embedding_1B_Output {
        data: number[][];
        shape: [number, number];
    }
    Index

    Properties

    Properties

    data: number[][]

    Embedding vectors, where each vector is a list of floats.

    shape: [number, number]

    Shape of the embedding data as [number_of_embeddings, embedding_dimension].

    2

    2