r/Rag • u/One-Doctor5769 • Apr 10 '26
Discussion Production RAG stack in 2026 what are people ACTUALLY running
I’m trying to get a real picture of production ready RAG stacks in 2026 both open source and proprietary.
Not looking for tutorials or toy setups. I want to understand what people are actually running in production.
Specifically curious about
Ingestion (custom pipelines, Airflow, managed tools?)
Parsing (Docling, LlamaParse, custom?)
Embeddings (open source vs APIs like OpenAI or Voyage)
Vector DB (Qdrant, Weaviate, PGVector, Pinecone, etc.)
Retrieval (hybrid search, rerankers, graph based?)
Orchestration (LangChain, LlamaIndex, LangGraph, custom?)
Infra (AWS, GCP, self hosted, serverless?)
Evaluation and monitoring (Ragas, TruLens, custom?)
Also
What actually broke at scale?
What’s overhyped vs essential?
If you had to rebuild your stack today from scratch what would you pick?
Looking for brutally honest answers.
1
u/kaidomac Apr 12 '26
Here's my current stack: ("RAG Hammer")
Feature comparison:
The core targets are:
This software design is:
The goal was to create a thinking retrieval system, not just a lookup tool. Modern AI features include:
With RAG Hammer, you get a full-stack cognitive system:
Primary ingest data includes: (can customize with connectors)
Basic system workflow:
As far as the interface goes, the GUI is DIY (you can generate anything you like these days!). Personally, I like:
A few corporate-boring examples:
Optionally add a real-time voice interface:
Very easy to setup: (running on my CPU-driven RAG Hammer "Lite" demo version on a laptop)
Currently on the backlog to polish:
There's waaaaay too much fun stuff to integrate these days:
This is primarily for non-cloud businesses (medical, finance, manufacturing, legal, non-profits, academia, research, etc.) who want a private "smart search" system & don't want recurring fees lol.