Skip to content

Instantly share code, notes, and snippets.

@kimsb2429
kimsb2429 / demo-vs-enterprise-posture.txt
Last active April 22, 2026 18:49
Diagram 3: Demo vs enterprise posture (companion to POC-to-Production RAG essay)
ingestion ──────────────────── query ──────────────────
┌─────┐ ┌─────┐
│ │ │ │
Enterprise: git── ▼ ▼ ── pgvector ──▶ search ──▶ ▼ ── chunks back
(work) clone cloud-embed (vector/text/ (reconstruct
model hybrid) from overlap)
Demo: crawl ▼ ▼ ── pgvector ──▶ MCP ──▶ ▼ ── rerank ──▶ generate
(this) + local mxbai tool query │
@kimsb2429
kimsb2429 / enterprise-microservice-decomposition.txt
Last active April 22, 2026 18:49
Diagram 2: Enterprise microservice decomposition (companion to POC-to-Production RAG essay)
┌──────────────────────────────┐
│ API Gateway / orchestrator │
│ (its own repo, FastAPI) │
└──────────────────────────────┘
│ │ │ │
┌─────────────┘ │ │ └───────────┐
▼ ▼ ▼ ▼
┌──────────────┐ ┌─────────────────┐ ┌──────────────────┐
│ search-svc │ │ rerank-svc │ │ generation-svc │
│ (separate │ │ (separate repo) │ │ (separate repo) │
@kimsb2429
kimsb2429 / ingestion-and-query-flow.txt
Last active April 22, 2026 18:49
Diagram 1: Ingestion and query flow (companion to POC-to-Production RAG essay)
INGESTION (one-time per corpus):
crawler preprocessor structure-aware mxbai-embed-large
(HTML + PDF) ──▶ (source- ──▶ chunker ──▶ (local, 1024-dim)
specific) (preserves
table colspan
/rowspan)
┌───────────────┐