From ffd986f7d5033ad628c0d2269e4adece4323a2e7 Mon Sep 17 00:00:00 2001 From: Lance Martin <122662504+rlancemartin@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:32:53 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index da98c75..e01ce46 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # RAG From Scratch -Retrieval augmented generation (RAG) comes is a general methodology for connecting LLMs with external data sources. - -These notebooks accompany a video series will build up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation. - -It will build up to more advanced techniques to address edge cases or challenges in RAG: +Retrieval augmented generation (RAG) comes is a general methodology for connecting LLMs with external data sources. These notebooks accompany a video series will build up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation. It will build up to more advanced techniques to address edge cases or challenges in RAG: ![rag_detail_v2](https://github.com/langchain-ai/rag-from-scratch/assets/122662504/54a2d76c-b07e-49e7-b4ce-fc45667360a1) Video playlist: