Added new demo

This commit is contained in:
ShubhamSaboo
2025-06-05 20:44:01 -05:00
parent a620d8c367
commit 3fd0513ba4
4 changed files with 338 additions and 1 deletions

View File

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