embed
AI Agent Core embedding functions. This module provides the main embedding() and aembedding() functions that wrap LiteLLM’s embedding API with a consistent interface.Import
Functions
embedding()
Generate embeddings for text using LiteLLM.
aembedding()
Async: Generate embeddings for text using LiteLLM.

