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