Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Check it out: An entire lesson from BloomTech's AI for Developer Productivity course! Fundamentals of RAG (Retrieval-Augmented-Generation). How we enhance accuracy and reliability of generative AI models. This is the foundation we build on to give AI important context.

79,515 görüntüleme • 2 yıl önce •via X (Twitter)

8 Yorum

Austen Allred profil fotoğrafı
Austen Allred2 yıl önce

This covers: * Fundamentals of RAG * Embeddings * Preparing documents for RAG * An understanding of vector databases * Storing documents in a vector database * End-to-end RAG implementation All information of students asking questions has been removed for privacy.

Austen Allred profil fotoğrafı
Austen Allred2 yıl önce

To learn more about the full course: (or shoot me a DM)

Nick Dobos profil fotoğrafı
Nick Dobos2 yıl önce

confused by title Ai developer productivity? Why doesn’t the curriculum have github copilot or cursor? Building rag from scratch? Maybe I’m crazy but this is not a developer productivity course??? More like how to build software that uses LLM’s, not to write software with LLM’s

Austen Allred profil fotoğrafı
Austen Allred2 yıl önce

Using a code autocomplete is easy, but only scratching the surface of what engineers can do using AI to generate code etc. Currently to get to the next level you have to train whatever model you’re using to have context specific to your code, and that requires RAG.

Ded profil fotoğrafı
Ded2 yıl önce

Blue ocean awaits you if you’re able to turn non devs into somewhat capable devs. Maybe start with the low hanging fruits (dev adjacent folks like PMs)

Austen Allred profil fotoğrafı
Austen Allred2 yıl önce

We’ve been doing that for 7+ years :)

Daniel KALU profil fotoğrafı
Daniel KALU2 yıl önce

Thanks for sharing

Miriam Chartier profil fotoğrafı
Miriam Chartier2 yıl önce

good stuff

Benzer Videolar

Announcing a new Coursera course: Retrieval Augmented Generation (RAG) You'll learn to build high performance, production-ready RAG systems in this hands-on, in-depth course created by and taught by Zain, experienced AI and ML engineer, researcher, and educator. RAG is a critical component today of many LLM-based applications in customer support, internal company Q&A systems, even many of the leading chatbots that use web search to answer your questions. This course teaches you in-depth how to make RAG work well. LLMs can produce generic or outdated responses, especially when asked specialized questions not covered in its training data. RAG is the most widely used technique for addressing this. It brings in data from new data sources, such as internal documents or recent news, to give the LLM the relevant context to private, recent, or specialized information. This lets it generate more grounded and accurate responses. In this course, you’ll learn to design and implement every part of a RAG system, from retrievers to vector databases to generation to evals. You’ll learn about the fundamental principles behind RAG and how to optimize it at both the component and whole-system levels. As AI evolves, RAG is evolving too. New models can handle longer context windows, reason more effectively, and can be parts of complex agentic workflows. One exciting growth area is Agentic RAG, in which an AI agent at runtime (rather than it being hardcoded at development time) autonomously decides what data to retrieve, and when/how to go deeper. Even with this evolution, access to high-quality data at runtime is essential, which is why RAG is a key part of so many applications. You'll learn via hands-on experiences to: - Build a RAG system with retrieval and prompt augmentation - Compare retrieval methods like BM25, semantic search, and Reciprocal Rank Fusion - Chunk, index, and retrieve documents using a Weaviate vector database and a news dataset - Develop a chatbot, using open-source LLMs hosted by Together AI, for a fictional store that answers product and FAQ questions - Use evals to drive improving reliability, and incorporate multi-modal data RAG is an important foundational technique. Become good at it through this course! Please sign up here:

Andrew Ng

124,458 görüntüleme • 1 yıl önce