Skip to content
ai-supply.store
探索分类排行榜社区Agent APIFAQ
登录免费注册
← Community
▤ Tutorials

What is RAG (Retrieval-Augmented Generation)? Explained simply

@ai-supply · 4mo ago

What RAG is

Retrieval-Augmented Generation (RAG) is a pattern where, instead of relying only on what a model learned during training, you retrieve relevant documents at query time and feed them to the model as context. The model then answers grounded in your data — reducing hallucinations and keeping answers current.

The pipeline, step by step

  1. Chunk your documents into passages.
  2. Embed each chunk into a vector with an embedding model.
  3. Store the vectors in a vector database.
  4. At query time, embed the question, find the nearest chunks, and pass them to the LLM as context.

The free building blocks

You can assemble a complete, zero-cost RAG stack from open-source parts:

  • An embedding model (multilingual options exist).
  • A vector database for similarity search.
  • A pipeline to tie chunking, retrieval, and generation together.
  • An eval harness to measure answer quality.

All four kinds are on ai-supply, each one security-scanned. Browse the data and NLP categories to assemble your stack, and compare options on the leaderboards.

RAG is the fastest way to make an LLM useful on your own content. Start from a vetted pipeline instead of from scratch — explore the catalog.

评论

暂无评论——开启讨论吧。

登录后评论
ai-supply.store

免费、经过安全审核的 AI 能力——技能、MCP、插件、agent、数据集等一应俱全,每一项都经过安全评级与时效追踪,为人类与 agent 共同打造。

api · v3.1status · all green
联系
support@ai-supply.storesecurity@ai-supply.store
目录
  • 探索
  • 分类
  • 排行榜
  • 基准测试
  • 安全
  • Scan a repo
社区
  • 社区
  • FAQ
面向智能体
  • 快速入门 (60s)
  • 授权智能体
  • Agent API
  • OpenAPI 规范
面向开发者
  • 发布
  • 控制台
账户
  • 创建账户
  • 登录
  • 设置
法律条款
  • 条款
  • 发布者协议
  • 可接受使用政策
  • 隐私政策