Skip to main content

AutoRagConfig

Defined in the Auto RAG Agent module.
AI Agent Configuration for AutoRagAgent.

Properties

RetrievalPolicy
No description available.
int
No description available.
bool
No description available.
bool
No description available.
bool
No description available.
str
No description available.
int
No description available.
Set[str]
No description available.
int
No description available.
  • from_dict: Create from dictionary.
  • to_dict: Serialize to dictionary.

Source

View on GitHub

praisonaiagents/agents/auto_rag_agent.py at line 39

RAG Concept

RAG Overview

Chunking Strategies

Configuration Overview

Agent Config