Contents

Chapter 1

Features

This chapter covers the core features and capabilities of RAG Pipeline Starter.

Features

  • Document loader — Ingest .txt, .md, .py, .json, .csv files
  • Text chunker — Configurable chunk size and overlap
  • Vector store — In-memory store with cosine similarity search
  • Retrieval engine — Top-K retrieval with relevance scoring
  • Prompt assembler — Template-based prompt construction with context injection
  • Pipeline orchestrator — Single RAGPipeline class ties everything together
  • CLI + API — Use from terminal or import as a library
  • Demo mode — Built-in sample docs to see it working instantly
Chapter 2

Quick Start

Follow this guide to get RAG Pipeline Starter up and running in your environment.

Quick Start

bash
# Run the built-in demo
python src/rag_pipeline.py --demo

# Ingest a directory and query
python src/rag_pipeline.py --ingest ./my-docs/ --query "How do I deploy?"

# Interactive mode
python src/rag_pipeline.py
Chapter 3
🔒 Available in full product

License

You’ve reached the end of the free preview

Get the full RAG Pipeline Starter and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $29 →
📦 Free sample included — download another copy for the full product.
RAG Pipeline Starter v1.0.0 — Free Preview