sinanuozdemir/oreilly-retrieval-augmented-gen-ai
See how to augment LLMs with real-time data for dynamic, context-aware apps - Rag + Agents + GraphRAG.
Implements end-to-end RAG workflows using vector databases (Pinecone), multiple LLM providers (OpenAI, Anthropic, Gemini, Cohere), and LangGraph for orchestration with built-in evaluation components. Covers advanced patterns including knowledge graph-based retrieval (GraphRAG with Neo4j), embedding fine-tuning with synthetic data, multimodal search, and agentic workflows with semantic re-ranking.
167 stars.
Stars
167
Forks
89
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/sinanuozdemir/oreilly-retrieval-augmented-gen-ai"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
deepsense-ai/ragbits
Building blocks for rapid development of GenAI applications
infiniflow/ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses...
GiovanniPasq/agentic-rag-for-dummies
A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.
truefoundry/cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications...
NVIDIA/context-aware-rag
Context-Aware RAG library for Knowledge Graph ingestion and retrieval functions.