embeds
: The LiteLLM embedding response.name
(str
): The name of the embedding model to use. Must use LiteLLM naming
convention (e.g. “openai/text-embedding-3-small” or “mistral/mistral-embed”).score_threshold
(float
): The score threshold for the embeddings.docs
: List of text documents to encode.docs
: List of documents to encode.