What You’ll Learn
RAG Examples
Use Cases
Related Resources
- Agent Memory - Persistent memory, compression, and conversation history
- External Knowledge - Wiring a retrieval tool into an agent
- Agent Tools - The tool interface retrieval code plugs into
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieval-augmented generation patterns and examples built with Swarms.
| Topic | Description |
|---|---|
| RAG Fundamentals | Understanding retrieval-augmented generation |
| Retrieval Tools | Exposing your own store to an agent as a callable tool |
| Document Processing | Ingesting and indexing documents |
| Semantic Search | Finding relevant context for queries |
| Example | Description | Vector DB | Link |
|---|---|---|---|
| Full Agent RAG | End-to-end retrieval and generation over a document folder | LlamaIndex | View Example |
| Qdrant Agent | Agent backed by a Qdrant collection | Qdrant | View Example |
| Pinecone | Semantic search over a Pinecone index | Pinecone | View Example |
| Use Case | Description |
|---|---|
| Document Q&A | Answer questions about your documents |
| Knowledge Base | Query internal company knowledge |
| Research Assistant | Search through research papers |
| Code Documentation | Query codebase documentation |
| Customer Support | Access product knowledge |
Was this page helpful?