Home/AI Agents/agentic-rag-for-dummies
agentic-rag-for-dummies logo

agentic-rag-for-dummies

Enrichment pending
GiovanniPasq/agentic-rag-for-dummies

A modular Agentic RAG built with LangGraph, learn Retrieval-Augmented Generation Agents in minutes.

GraphCanon updated today · GitHub synced today

3.7k stars473 forksLast push 3w Jupyter Notebook MIT

Verify the decision

Maintenance and security

Full trust report
Maintenance
Active (23d since push)
As of today
Provenance
Not a fork · Personal account
As of today
Security (OSV)
2 low (2 low)
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

git clone https://github.com/GiovanniPasq/agentic-rag-for-dummies

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.

Capability facts

Languages
jupyter notebook

Source: github.language · Jul 15, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 15, 2026)

```python from langchain_ollama import ChatOllama
Source link

Tags

README

Install Ollama from https://ollama.com

ollama pull granite4.1:8b


```python
from langchain_ollama import ChatOllama

llm = ChatOllama(model="granite4.1:8b", temperature=0, seed=42)

⚠️ For reliable tool calling and instruction following, prefer models 8B+. Smaller models may ignore retrieval instructions or hallucinate. See Troubleshooting.



Installation & Usage

Sample pdf files can be found here: javascript, blockchain, fortinet.


Option 3: Docker Deployment

See project/README.md for full Docker instructions and system requirements.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.