Retrieval-Augmented Generation chatbot, part 1: LangChain, Hugging Face, FAISS, AWS

In this video, I’ll guide you through the process of creating a Retrieval-Augmented Generation (RAG) chatbot using open-source tools and AWS services, such as LangChain, Hugging Face, FAISS, Amazon SageMaker, and Amazon TextTract. Part 2: - scaling indexing and search with Amazon OpenSearch Serverless! ⭐️⭐️⭐️ Don’t forget to subscribe to be notified of future videos. Follow me on Medium at or Substack at . ⭐️⭐️⭐️ We begin by working with PDF files in the Energy domain. Our first step involves leveraging Amazon TextTract to extract valuable information from these PDFs. Following the extraction, we break down the text into smaller, more manageable chunks. These chunks are then enriched using a Hugging Face feature extraction model before being organized and stored within a FAISS index for efficient retrieval.
Back to Top