rag
Method
This is a method of the AutoRagAgent class in the auto_rag_agent module.Lazy load RAG from agent if not provided.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/agents/auto_rag_agent.py at line 184rag: Lazy load RAG from agent if not provided.
This is a method of the AutoRagAgent class in the auto_rag_agent module.Lazy load RAG from agent if not provided.
def rag() -> Optional['RAG']
praisonaiagents/agents/auto_rag_agent.py at line 184