Optional
fields: Partial<ByteDanceDoubaoEmbeddingsParams> & {Model name to use
Whether to strip new lines from the input text.
Method to generate embeddings for an array of documents. Splits the documents into batches and makes requests to the ByteDanceDoubao API to generate embeddings.
Array of documents to generate embeddings for.
Promise that resolves to a 2D array of embeddings for each document.
Method to generate an embedding for a single document. Calls the embeddingWithRetry method with the document as the input.
Document to generate an embedding for.
Promise that resolves to an embedding for the document.
The maximum number of documents to embed in a single request. This is limited by the ByteDanceDoubao API to a maximum of 2048.