@devilsdev/rag-pipeline-utils
Version:
A modular toolkit for building RAG (Retrieval-Augmented Generation) pipelines in Node.js
17 lines (12 loc) • 424 B
Markdown
slug: architecture-overview
title: RAG Architecture Overview
authors: [ali]
tags: [architecture, modular]
Explore the modular RAG pipeline architecture. Components like loaders, embedders, retrievers, and generators are pluggable and testable.
<!-- truncate -->
## Key Concepts
- Plugin registry for clean composition
- Evaluation layer for metrics like BLEU and recall
- CLI integration for dev-first workflows