Documentation
    Preparing search index...

    Interface representing the result of generating embeddings. EmbeddingResult

    interface EmbeddingResult {
        embeddings: Float32Array<ArrayBufferLike>[];
        usage: EmbeddingUsage;
    }
    Index

    Properties

    Properties

    embeddings: Float32Array<ArrayBufferLike>[]