LoRA/QLoRA/AdaLoRA/DoRA/VeRA fine-tuning for RAG faithfulness Arabic (XQuAD) & Malay (Belebele) QA with mT5, self-critical sequence training, and independent NLI verification.
-
Updated
Sep 8, 2026 - Python
Retrieval-augmented generation (RAG) is a technique that improves large language models by retrieving relevant information from external sources and using it to generate more accurate and context-aware responses.
A RAG system combines information retrieval with a language model. It is commonly used in AI assistants, search systems, document question answering, and applications that need access to private or frequently updated information.
LoRA/QLoRA/AdaLoRA/DoRA/VeRA fine-tuning for RAG faithfulness Arabic (XQuAD) & Malay (Belebele) QA with mT5, self-critical sequence training, and independent NLI verification.
Live tracker of new RAG implementations, tools, and patterns — updated every 15 minutes
A Go-native RAG service framework for ingestion, hybrid retrieval, generation, evaluation, and optimization.
Grounded RAG for official AI documentation with citations, strict refusal, evaluation gates, and versioned retrieval.
AI pair programming in your terminal — one static binary, sub-ms startup, any model
WFGY is heading toward WFGY 5.0 Polaris Protocol, a major open-source release for AI reasoning, RAG, agents, and real-world workflows. Includes Problem Map, Global Debug Card, WFGY 4.0, and the CFV Easter Egg.
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Multi-tenant RAG platform for enterprise documents: ingests 19 file extensions with automatic Tesseract OCR for scans, token-aware page-preserving chunking (tiktoken), local sentence-transformers embeddings in PostgreSQL + pgvector with an HNSW cosine index, and grounded answers with page-level citations via Llama 3.3 on Groq.
Does RAG actually earn its cost? ragornot runs the same query through four retrieval modes (Flat/BM25, Hierarchical, LLM-only, RAG) against a live AWS Lambda + Bedrock backend and measures latency, quality, cost, and carbon — so you can decide RAG-or-not with data. Static Next.js on GitHub Pages.
Local RAG layer and optimizer for your Markdown knowledge base. CLI + MCP server: grounded answers for any AI client, stale-note detection, session harvesting into memories. Local-first.
An autonomous research organization: agents that do grounded research, test hypotheses with runnable falsifiers, and keep an open track record.
AI-powered RAG system for querying engineering documentation with grounded answers and source citations.
Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.
A local RAG-based question answering system for RBI documents using ChromaDB, Sentence Transformers, and Llama 3.2 running with Ollama.
Korean RAG portfolio with BM25-dense retrieval, Cross-Encoder reranking, extractive QA, citations, abstention, and reproducible evaluations.
RAMR — Retrieval-Augmented Memory Reliability: a contamination-resistant synthetic benchmark for agentic-RAG / memory systems (findings + method)
A production-ready Website-Grounded RAG Agent that retrieves relevant website content, grounds LLM responses in retrieved context, and generates accurate, source-aware answers using modern RAG and agentic AI techniques.
GenAI/RAG Optimizer and Toolkit for experimentation using Oracle Database AI Vector Search and NL2SQL
A diagnostic bench for RAG. Scores every question separately, names the pipeline stage that failed, and diffs two runs question by question. Runs entirely on your own machine.