Live Demo | question answer generation using Retrieval augmented generation | RAG Implementation
In this video, you will learn step by step how to implement Question and Answer chat bot using Retrieval Augmented Generation Approach.
Create Virtual Environment
Install dependencies
Create RAG related methods which includes
-- Load Data
-- Split Documents
-- Generate Embedding and store in VectorDB
-- Define Retriever method
-- Define Prompt
-- Define Generator which generate the response based on Retriever context and Prompt
-- Create Front End Application using Streamlit
-- Playaround the application and ask few questions from your RAG based Gen AI assistant.
Git Repository: https://github.com/TripathiAshutosh/LLM_Applications/tree/main
For any queries, you can connect with me using below links:
LinkedIn: https://www.linkedin.com/in/ashutoshtripathiai/
Instagram: https://www.instagram.com/ashutoshtripathi_ai/
Twitter: https://twitter.com/ashutosh_ai
Website: https://ashutoshtripathi.com
If you want to message me directly, then connect with me on LinkedIn and send a direct message.
#llm #generativeai #RAG #streamlit #retrieval