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.

embedding_agent

AI Agent EmbeddingAgent - A specialized agent for generating text embeddings. This agent provides embedding capabilities for text using AI embedding models, with support for batch processing and similarity calculations. Follows the Agent() class patterns with:
  • Lazy loading for heavy dependencies (litellm, rich)
  • Precedence Ladder for configuration resolution
  • Both sync and async methods

Import

from praisonaiagents.agent import embedding_agent

Classes

EmbeddingConfig

Configuration for embedding settings.

EmbeddingAgent

A specialized agent for generating text embeddings.

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents