From 8c3b4fe8ef406629ef35a0436adde571ffc40a37 Mon Sep 17 00:00:00 2001 From: Madhu Date: Thu, 5 Dec 2024 03:32:21 +0530 Subject: [PATCH] Update README.md --- rag_tutorials/autonomous_rag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag_tutorials/autonomous_rag/README.md b/rag_tutorials/autonomous_rag/README.md index ab7a27e..c32dbf3 100644 --- a/rag_tutorials/autonomous_rag/README.md +++ b/rag_tutorials/autonomous_rag/README.md @@ -2,7 +2,7 @@ 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 -### Freatures +### Features - Chat interface for interacting with the AI assistant - PDF document upload and processing - Knowledge base integration using PostgreSQL and Pgvector