Skip to main content

aembeddings

AsyncFunction
This function is defined in the embeddings module.

Signature

async def aembeddings(texts: string[], config?: EmbeddingConfig) -> Promise<BatchEmbeddingResult>

Returns

Returns
Promise<BatchEmbeddingResult>
The result of the operation.

Uses

  • embeddings

Source

View on GitHub

src/embeddings/index.ts at line 165