langchain.js
    Preparing search index...

    Response from the DeepInfra embeddings API.

    interface DeepInfraEmbeddingsResponse {
        embeddings: number[][];
        input_tokens: number;
        request_id?: string;
    }
    Index

    Properties

    embeddings: number[][]

    The embeddings generated for the input texts.

    input_tokens: number

    The number of tokens in the input texts.

    request_id?: string

    The status of the inference.