Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

aembedding

AsyncFunction
This function is defined in the embeddings module.

Signature

async def aembedding(text: string, config?: EmbeddingConfig) -> Promise<EmbeddingResult>

Returns

Returns
Promise<EmbeddingResult>
The result of the operation.

Uses

  • aembed

Source

View on GitHub

src/embeddings/index.ts at line 157

JS Embeddings

JS Embeddings CLI