Enhance README with tutorial link

Added a link to a free step-by-step tutorial in the README.
This commit is contained in:
Shubham Saboo
2025-11-30 21:27:11 -08:00
committed by GitHub
parent 30f4cd2743
commit cd103d24e5

View File

@@ -1,5 +1,9 @@
# 🤖 AutoRAG: Autonomous RAG with GPT-4o and Vector Database
**🎓 FREE Step-by-Step Tutorial**
**👉 [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-autonomous-rag-app-using-gpt-4o-and-vector-database) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.**
This Streamlit application implements an Autonomous Retrieval-Augmented Generation (RAG) system using OpenAI's GPT-4o model and PgVector database. It allows users to upload PDF documents, add them to a knowledge base, and query the AI assistant with context from both the knowledge base and web searches.
Features