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,5 @@
# 🤖 AutoRAG: Autonomous RAG with GPT-4o and Vector Database
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