Context-Aware Conversational Chatbot using RAG Mini Project Presentation Your Name & College Details
Introduction What is a Context-Aware Chatbot? Why use RAG (Retrieval-Augmented Generation)? Project Objective: Enhance chatbot with contextual understanding and document retrieval
Project Overview Transition from Dialogflow to GPT-4 for better NLP Integration of Resource Centre for knowledge enrichment Use of document retrieval system for accurate responses
Key Features GPT-4 Integration for natural conversations Document Retrieval System for multi-source knowledge Conversational Memory for context retention Question Refinement for incomplete queries Text Streaming for real-time responses
System Architecture User → Chatbot → Query Refinement → Embedding Generation → Pinecone → GPT-4 → Response
Workflow Section 1: Data Ingestion - Upload documents via Resource Centre - Extract text using Azure Document Intelligence - Convert to embeddings and store in Pinecone Section 2: Chatbot Interaction - User query → Refinement → Embedding → Similarity Search → GPT-4 Response