RAG (Retrieval-Augmented Generation) enhances agents with external knowledge.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.
Quick Start
RAG Components
| Component | Description |
|---|---|
| Loader | Load documents |
| Chunker | Split into chunks |
| Embedder | Create vectors |
| Retriever | Find relevant chunks |
| Reranker | Improve relevance |
Related
Knowledge
Knowledge base
Chunking
Document chunking

