You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/rag/README.md

7 lines
261 B

# RAG (Retrieval Augmented Generation) Examples
This directory contains examples demonstrating RAG implementations and vector database integrations in Swarms.
## Qdrant RAG
- [qdrant_rag_example.py](qdrant_rag_example.py) - Complete Qdrant RAG implementation