Skip to main content

embedding

Function
This function is defined in the embeddings module.

Signature

def embedding(text: string, config?: EmbeddingConfig) -> EmbeddingResult

Returns

Returns
EmbeddingResult
The result of the operation.

Uses

  • embed

Source

View on GitHub

src/embeddings/index.ts at line 116