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.

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

from praisonaiagents.embedding import embed

Functions

embedding()

Generate embeddings for text using LiteLLM.

aembedding()

Async: Generate embeddings for text using LiteLLM.