chore: enhance README files across multiple agent applications by adding links to free step-by-step tutorials, providing users with comprehensive guidance on building each agent from scratch.

This commit is contained in:
Shubhamsaboo
2025-11-27 21:58:03 -08:00
parent e5364b9496
commit 4d6140cdb4
48 changed files with 136 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
## 🦙 Local RAG Agent with Llama 3.2
### 🎓 FREE Step-by-Step Tutorial
**👉 [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-local-rag-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.**
This application implements a Retrieval-Augmented Generation (RAG) system using Llama 3.2 via Ollama, with Qdrant as the vector database. Built with Agno v2.0.