Denis2054/RAG-Driven-Generative-AI
This repository provides programs to build Retrieval Augmented Generation (RAG) code for Generative AI with LlamaIndex, Deep Lake, and Pinecone leveraging the power of OpenAI and Hugging Face models for generation and evaluation.
Covers practical implementation of vector embedding pipelines with multimodal data support (text and images), hallucination mitigation through traceable source grounding, and optimization techniques like adaptive RAG and human-in-the-loop refinement. Demonstrates scaling patterns for production RAG systems across multiple vector databases (Pinecone, Chroma, Deep Lake) while balancing fine-tuning trade-offs and implementing knowledge graph visualization for complex data structures.
589 stars. No commits in the last 6 months.
Stars
589
Forks
199
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Denis2054/RAG-Driven-Generative-AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
LearningCircuit/local-deep-research
Local Deep Research achieves ~95% on SimpleQA benchmark (tested with GPT-4.1-mini). Supports...
NVIDIA-AI-Blueprints/rag
This NVIDIA RAG blueprint serves as a reference solution for a foundational Retrieval Augmented...
hienhayho/rag-colls
Collection of recent advanced RAG techniques.
jeremiahbohr/literature-mapper
Transform academic PDFs into a Knowledge Graph with typed claims, temporal analysis,...
DEEP-PolyU/LinearRAG
Source code of LinearRAG at ICLR'26