SongGuess
    Preparing search index...

    Type Alias AiIMultimodalEmbeddingsOutput

    type AiIMultimodalEmbeddingsOutput = {
        data: number[][];
        shape: number[];
    }
    Index

    Properties

    Properties

    data: number[][]
    shape: number[]