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 仕様
ビルダー向け
  • 公開する
  • ダッシュボード
アカウント
  • アカウント作成
  • サインイン
  • 設定
法的情報
  • 利用規約
  • パブリッシャー契約
  • 利用規定
  • プライバシーポリシー