unified-llm-client
    Preparing search index...

    Interface EmbeddingInvoker

    interface EmbeddingInvoker {
        embed(options: EmbeddingRequestOptions): Promise<EmbeddingResponse>;
    }
    Index

    Methods

    Methods