RAG in 2024: Advancing to Agents

preview_player
Показать описание
I'm Laurie, VP of Developer Relations at Llama Index. If you've spent time with LlamaIndex, you already know about the importance of retrieval-augmented generation or RAG. In this video, I make the case that while RAG is necessary, it's not enough for sophisticated knowledge retrieval. You need to build an agent. In this video we cover:
* Basic RAG
* Agentic components, including
* Routing
* Memory
* Planning
* Tool use
* Agentic reasoning, including
* Sequential (like Chain of Thought)
* DAG-based
* Tree-based (like Tree of thought)
* And we briefly cover further extensions including
* Observability
* Controllability
* Customizability

Рекомендации по теме
Комментарии
Автор

Loved this video, exactly what I’m looking for in how to improve my RAG pipeline

statstutorials
Автор

Extremely well put and explained. Thank you

mili
Автор

Great work! Do you have any content like this with GraphRAG?

bongimusprime
Автор

You sir, are a gentleman and a scholar

shacafa
Автор

I'm curious about the speed of reasoning for Language Agent Tree Search reasoning. Could you provide some rough numbers in terms of what we can expect? Maybe with Open AI or Groq?

cagdasucar
Автор

Can it work just like Google NotebookLM or it's different?

fslurrehman
Автор

A "putting it all together" example on github would be much appreciated.

feralmachine
Автор

Loved the video, but the link to the resources is not working properly :(

juliocesar
Автор

Great presentation!
However, it would be so much more practical to see things in practical code, for example a multi-agent project.

hoangng