Resources

Technical resources.

In-depth engineering guides: chunking, hybrid search, reranking, production RAG architecture.

Back to the blog
RAG Patterns Technical

Beyond basic RAG: three patterns for agents that actually answer

RAG impresses in a demo and disappoints in production. Three patterns change everything: hybrid vector + BM25 search with RRF fusion, mandatory cross-encoder reranking, and decomposing complex questions into sub-queries.

Alexia · 8 min read · May 08, 2026
RAG Patterns Technical

GraphRAG vs vector RAG: when a knowledge graph changes the game

Vector RAG retrieves isolated passages; GraphRAG links entities via a knowledge graph. Strengths, weaknesses, ingestion cost and a hybrid approach: when the graph genuinely changes the game.

Alexia · 10 min read · April 07, 2026
RAG Patterns Technical

Agentic RAG: when the agent decides what to retrieve (and when to stop)

Single-pass RAG fails on multi-hop and comparison questions. Agentic RAG lets an agent decompose, retrieve iteratively, and stop at the right time — with its guardrails and cost. When to use it, and when not.

Alexia · 10 min read · March 10, 2026
RAG Patterns Technical

Hybrid search and reranking: why vector similarity alone fails

Vector similarity grasps meaning but misses the literal (codes, acronyms). Hybrid dense + BM25 search fused with RRF, then cross-encoder reranking: the combo that makes a RAG genuinely precise.

Alexia · 11 min read · January 27, 2026
RAG Patterns Technical

Production RAG architecture: from chunking to reranking, the complete guide

The complete guide from RAG POC to production: chunking, embeddings, hybrid search + RRF, reranking, pgvector/HNSW, and RAGAS evaluation. 2026 technical choices, code, and a go-live checklist.

Alexia · 15 min read · December 02, 2025
RAG Patterns Technical

Chunking, the most underestimated step in RAG: 2026 strategies

Your RAG's relevance is decided at chunking, before the embedding. 2026 strategies from fixed to semantic, late chunking and contextual retrieval, with trade-offs, pitfalls and concrete recommendations.

Alexia · 10 min read · October 21, 2025