Adding RAG to LangGraph Agents

  Рет қаралды 13,784

Sam Witteveen

Sam Witteveen

Күн бұрын

Пікірлер: 30
@glowstorm334
@glowstorm334 7 ай бұрын
Appreciate your videos very much , Please do more videos on Langraph , your videos are my guide to learning Langraph.
@samwitteveenai
@samwitteveenai 7 ай бұрын
Thanks glad they are useful.
@kenchang3456
@kenchang3456 7 ай бұрын
Congrats Sam! This is the most detailed video that I have experienced from you and I really appreciate the time it must have taken to develop and edit the project. Yes please extend the project as I'm sure I will continue to learn more from your sharing. Best regards to you.
@samwitteveenai
@samwitteveenai 6 ай бұрын
Thanks Ken
@GriffinBrown-tq9jz
@GriffinBrown-tq9jz 6 ай бұрын
Yoooooooooooo!!!!! This is the best ai channel. Feels like I’m getting mentored by an expert
@anhhct
@anhhct 6 ай бұрын
You should consider writing a book since your way of explaining things is concise and easy to understand :)
@TheGenerationGapPodcast
@TheGenerationGapPodcast 5 ай бұрын
The best way to get Reliability from Agentic workflow is use an orchestrater like Prefect for the part of the process that must be deterministic. Don't justleave it up to the LLM decision engine to call 3 functions for a particular workflow that consists of 4 tasks that must be a part of a dependency graph. Just call a flow that will call the functions in the right order. Human in the middle can also be implemented in the Orchestrator. We then need to use conditional edges for flow control, kinda "like if-else statements".
@theh1ve
@theh1ve 6 ай бұрын
Awesome content as always and great point around logging Q/A pairs to find gaps in the RAG knowledges!
@dixon1e
@dixon1e 6 ай бұрын
Thank you for taking the time and effort to do this and help us all.
@andy111007
@andy111007 6 ай бұрын
A perfect example of Recursive Reprompting: (a) prompting a general-purpose language model to construct a structured overarching plan, and (b) generating story passages by repeatedly injecting contextual information from both the plan and current story state into a language model prompt. We then revise by (c) reranking different continuations for plot coherence and premise relevance, and finally (d) editing the best continuation for factual consistency....... I hope you can add reranking to it in future examples
@kai_s1985
@kai_s1985 7 ай бұрын
Thank you very much! This is awesome and it is a great example for using AI in our everyday lives! Now, we can automate our e-mails to our customers, and it is indistinguishable from personalized e-mails by humans.
@darwingli1772
@darwingli1772 7 ай бұрын
This is really useful! Thanks! Another popular use case is RAG Chatbot. It would be great to see how langgraph can be implemented to achieve sth like the OpenAI assistant (maintain conversation thread/routing questions) but with more flexibility!
@CK.23.
@CK.23. 6 ай бұрын
Great job. Very interesting. Thanx. And yes, of course, pls add the Research Router..
@rhiteshkumarsingh4401
@rhiteshkumarsingh4401 6 ай бұрын
wow very well explained. this and the previous video u mentioned in this one.
@brandonheaton6197
@brandonheaton6197 6 ай бұрын
The new features in Autogen, particularly the local vector database for Teachable agents (the new subclass for ConversableAgent) is awesome and deserves a video Maybe build out a teacher assistamt that fetches youtube transcripts, writes NGSS based quizes from the transcript, and posts them to google drive
@samwitteveenai
@samwitteveenai 6 ай бұрын
Agree the teachable agents is cool I will get around to making some vids.
@attaurrehman3233
@attaurrehman3233 6 ай бұрын
Hey Sam, appreciate your videos. I've learned a lot from this langchain series. Could you make a video on langGraph agents using the tools and some custom tools to complete the task?
@NicholasNicolo
@NicholasNicolo 6 ай бұрын
Also curious about this. Is there a reason you aren't having the agents use the tools?
@pj5776
@pj5776 6 ай бұрын
Could you please make a end to end project ( uploading pdf or doc and getting information from that) using open source LLM, using streamlet as a frontend part. Please make a detailed video on that. And Thanks for making such videos, those are really helpful.❤
@codekiln
@codekiln 6 ай бұрын
Can you discuss the utility of the sections like `|start_header_id|>system`?
@realCleanK
@realCleanK 5 ай бұрын
Thank you!
@seadude
@seadude 7 ай бұрын
Is LangChain/Graph ready for PROD yet? When I was last researching, the syntax/library had breaking changes often.
@samwitteveenai
@samwitteveenai 7 ай бұрын
Its a lot more stable now. There are still some issues and it depends on your project and the model you are using whether I personally would say it is a good fit.
@stanTrX
@stanTrX 6 ай бұрын
Dear Sam i am new and trying some experiments. For the agents, rags and tools, where shall i start for today? Langchain or langflow? Which will be more convenient? I may also integrate memory etc later on but my initial priority is tools such as search etc and rag. Thanks.
@samwitteveenai
@samwitteveenai 6 ай бұрын
Get to know LangChain and basic RAG stuff first then go for LangGraph later
@TooyAshy-100
@TooyAshy-100 6 ай бұрын
Thank you
@PRColacino
@PRColacino 6 ай бұрын
The link to Colab is wrong ;)
@samwitteveenai
@samwitteveenai 6 ай бұрын
there were 2 now just the correct one.
@PRColacino
@PRColacino 6 ай бұрын
@@samwitteveenai tnks Sam !
@sperazza
@sperazza 6 ай бұрын
your content is great, very helpful and useful. Good job.
Agentic Info Extraction with Structured Outputs
16:04
Sam Witteveen
Рет қаралды 9 М.
Anthropic's New Agent Protocol!
15:35
Sam Witteveen
Рет қаралды 14 М.
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 18 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 123 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 16 МЛН
The Ultimate Sausage Prank! Watch Their Reactions 😂🌭 #Unexpected
00:17
La La Life Shorts
Рет қаралды 8 МЛН
Reliable, fully local RAG agents with LLaMA3.2-3b
31:04
LangChain
Рет қаралды 65 М.
LangGraph 101: it's better than LangChain
32:26
James Briggs
Рет қаралды 86 М.
Building an AI Receptionist with LangGraph
13:47
WW.
Рет қаралды 2,7 М.
Semantic Chunking for RAG
29:56
James Briggs
Рет қаралды 26 М.
What are AI Agents?
12:29
IBM Technology
Рет қаралды 713 М.
Creating an AI Agent with LangGraph Llama 3 & Groq
35:29
Sam Witteveen
Рет қаралды 47 М.
100% Local Super Easy Private Email RAG Setup | Ollama - Gmail ++
13:04
LangChain Agents - Joining Tools and Chains with Decisions
13:34
Sam Witteveen
Рет қаралды 80 М.
Building and Testing Reliable Agents
22:17
LangChain
Рет қаралды 14 М.
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 18 МЛН