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