Stuck in Tutorial Hell? Learn Backend Dev the Right Way
Build GenAI Apps from Scratch — UCSB PaCE Certificate Program
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
Learn to build a Retrieval Augmented Generation (RAG) application in this 21-minute tutorial that demonstrates how to create a chat app capable of answering questions about AI models. Walk through the process of developing a RAG pipeline using LangFlow and StreamLit with minimal coding requirements, specifically focusing on implementing a system that can retrieve and discuss information about Microsoft's Phi series of models. Master essential concepts including LangFlow installation, UI navigation, pipeline construction, JSON export procedures, and StreamLit integration. Follow along with comprehensive demonstrations of the StreamLit code implementation and see the finished application in action. Access the complete project materials through the provided GitHub repository, which includes references to relevant papers about the Phi model series.
Syllabus
- Intro
- Problem with existing LLMs LLAMA2 example
- LangFlow Installation
- LangFlow UI walkthrough
- Building a pipeline with LangFlow
- Compiling LangFlow
- Exporting LangFlow pipeline as JSON
- Getting StreamLit working with LangFlow
- StreamLit code walkthrough
- StreamLit app demo
- Extro
Taught by
AI Bites
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Building a RAG Application Using LangFlow and Streamlit is an excellent minimal coding tutorial for beginners and developers exploring AI applications. The step-by-step explanations, practical examples, and simple integration process make it easy to understand how Retrieval-Augmented Generation works in real-world projects. The tutorial balances theory and implementation very well, making complex concepts approachable and highly engaging.