aembed
AsyncFunction
This function is defined in the embeddings module.
Signature
Returns
The result of the operation.
Uses
embed
Used By
Source
View on GitHub
src/embeddings/index.ts at line 148aembed: API reference for aembed
This function is defined in the embeddings module.
async def aembed(text: string, config?: EmbeddingConfig) -> Promise<EmbeddingResult>
embedsrc/embeddings/index.ts at line 148