Optional
fields: ZhipuAIEmbeddingsParamsModel Name to use
Whether to strip new lines from the input text.
Optional
apiZhipuAI API key to use
Method that takes an array of documents as input and returns a promise that resolves to a 2D array of embeddings for each document. It calls the embedQuery method for each document in the array.
Array of documents for which to generate embeddings.
Promise that resolves to a 2D array of embeddings for each input document.
Generated using TypeDoc
Interface that extends EmbeddingsParams and defines additional parameters specific to the ZhipuAIEmbeddingsParams class.