Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 125 words in the discussion.

Trending Topics

#answer#rag#retrieve#notebook#pattern#version#https#com#thankyou#content

Discussion (7 Comments)Read Original on HackerNews

Delta000β€’about 11 hours ago
What happens when your RAG system retrieves the wrong documents? Or when the retrieved context is not enough to answer the question? A traditional RAG pipeline usually doesn't think twice and its path is so its a single attempt generated answer.

"Retrieve β†’ Generate β†’ Answer"

What I built

Retrieve β†’ Reason β†’ Verify β†’ Correct β†’ Answer

I created a collection of self contained notebooks demonstrating different Agentic RAG patterns with LangGraph. Each notebook focuses on a practical pattern that you can understand, experiment with and adapt to your own AI projects.

Free version: https://github.com/ChandulaSenevirathna/Agentic_RAG

Advanced version: https://chandula7.gumroad.com/l/Advanced_RAG_LangGraph_Patte...

Razer99β€’about 11 hours ago
Hey thankyou for the info, I was wondering if you can add a notebook about supervisor agent as well.
Delta000β€’about 11 hours ago
Hi, yes i am currently working on that pattern as well it will be added as well
GeorgeTjβ€’about 11 hours ago
Useful content for my current project thanx for posting
Delta000β€’about 11 hours ago
Glad this helped you
Pasannnβ€’about 11 hours ago
nice content very informative keep it up
Delta000β€’about 11 hours ago
Thankyou