Knowledge sources
Authoritative documents, records, webpages, databases, tickets, policies, and archives.
Learn what RAG is, compare tools, design architectures, evaluate quality, and build grounded AI systems that users can trust.
RAG connects language models with external knowledge sources to improve grounding, accuracy, traceability, and domain relevance.
23
Tool profiles
Structured entries with verification notes and official links.
9
Architecture patterns
From basic RAG to enterprise observability and Graph RAG.
6
Comparison pages
Criteria-based, cautious, vendor-neutral guidance.
6
Audience pathways
Entry points for beginners, engineers, educators, and decision-makers.
RAG pipeline
01 · Knowledge
Documents
02 · Prepare
Ingestion
03 · Prepare
Chunking
04 · Index
Embeddings
05 · Index
Vector DB
06 · Find
Retrieval
07 · Refine
Reranking
08 · Assemble
Context
09 · Answer
Generation
10 · Trust
Citations
Flow logic
RAG turns raw knowledge into searchable evidence, selects the most relevant context, then generates an answer that users can verify through citations and evaluation.
Portal finder
Definition, purpose, and the grounding role of Retrieval-Augmented Generation.
When to retrieve knowledge and when to adapt model behavior.
Search RAG platforms, orchestration frameworks, vector databases, evaluation tools, and document processing tools.
How Dify fits into RAG application building, workflows, knowledge bases, and agents.
Basic, advanced, hybrid, metadata-aware, graph, agentic, multimodal, local, and enterprise RAG patterns.
A practical lifecycle for planning, building, testing, launching, and maintaining RAG systems.
How to evaluate retrieval, answer faithfulness, citations, latency, safety, and business outcomes.
Searchable definitions for embeddings, vector databases, reranking, grounding, Graph RAG, and more.
Different users need different levels of depth. Start with the pathway closest to your role, then move into architectures, tools, and evaluation.
Use the hub as a map: learn the concepts, choose a stack, build a pipeline, evaluate quality, and keep knowledge current.
Open the learn rag section.
Open the rag tools section.
Open the dify guide section.
Open the architectures section.
Open the tutorials section.
Open the use cases section.
Open the glossary section.
Open the comparisons section.
Open the resources section.
Open the implementation section.
Open the evaluation section.
Effective RAG is not a single tool. It is a chain of editorial, retrieval, generation, evaluation, and operational decisions.
Authoritative documents, records, webpages, databases, tickets, policies, and archives.
Convert files into structured text, tables, page references, images, and metadata.
Create retrievable units that preserve meaning, context, and source traceability.
Represent chunks for semantic retrieval and store them with searchable metadata.
Find relevant evidence, filter it, and order the best context for generation.
Assemble prompts, instruct the model, generate answers, and cite source passages.
Measure quality, detect regressions, monitor traces, and improve the system over time.
RAG is one of the most practical patterns for building AI systems that need current, private, or specialized knowledge.
Better grounding
Private and domain knowledge
Reduced hallucination
Updatable knowledge
Explainability through sources
A serious RAG portal should teach the failure modes, not only the happy path.
Apply document-level access controls before retrieval, not only after generation.
Track last-updated metadata and create refresh workflows for high-authority sources.
Treat retrieved text as untrusted content and keep system instructions separate.
Require citation-backed claims and define a no-answer policy.
Sample parsed output visually and preserve source page references.
Use human review for legal, medical, financial, policy, or high-impact decisions.
The hub is written for both beginners and experts, with careful explanations, structured comparisons, and practical architecture guidance.
Build reliable retrieval systems and choose maintainable toolchains.
Compare RAG patterns, evaluation methods, and retrieval tradeoffs.
Teach grounding, sources, and practical AI literacy.
Connect metadata, archives, and documentary authority to AI interfaces.
Assess platforms, governance, and production readiness.
Design traceable knowledge services with source accountability.