У нас вы можете посмотреть бесплатно LightRAG - A simple and fast RAG that beats GraphRAG? (paper explained) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Traditional Retrieval Augmented Generation(RAG) systems work by indexing raw data. This data is simply chunked and stored in vector DBs. Whenever a query comes from the user, it queries the stored chunks and retrieves relevant chunks. As the retrieval step happens for every single query from the user, it is the most crucial bottleneck to speed up naive RAG systems. Would it not be logical to make the retrieval process super efficient? This is the promise of LightRAG. In this video let's dive deep into the LightRAG paper and understand its contributions. ⌚️ ⌚️ ⌚️ TIMESTAMPS ⌚️ ⌚️ ⌚️ 0:00 - Intro 0:32 - Problem with GraphRAG 2:18 - Graph-based text indexing 3:54 - Dual level retrieval 6:39 - Evaluation 8:30 - Extro LightRAG -- KEY LINKS Paper - https://arxiv.org/abs/2410.05779 Github - https://github.com/HKUDS/LightRAG Medium blog - / lightrag-simple-and-efficient-rival-to-gra... AI BITES -- KEY LINKS YouTube: / @aibites Twitter: / ai_bites Patreon: / ai_bites Github: https://github.com/ai-bites #machinelearning #deeplearning #aibites