DADaniel Anthony Romitelli Jrincraftedbydaniel.hashnode.dev·3d ago · 10 min readWhy I Kept Search Scope Inside a Single Supabase RPCThe embedding was right. The similarity score was right. The answer was completely wrong. The chunk that came back shared vocabulary with the query, shared naming conventions, shared architectural pat00
MSManu Shuklainecorpit.hashnode.dev·4d ago · 15 min read4 Postgres vector search options compared: pgvector, pgvectorscale, ParadeDB, Lantern (2026)4 Postgres vector search options compared: pgvector, pgvectorscale, ParadeDB, Lantern (2026) Summary. For most retrieval-augmented generation (RAG) workloads in 2026, the vector database you already r00
VSVarun Sharmainvarunsls.hashnode.dev·Jul 20 · 6 min readFiltered vector search in pgvector can silently lose recallWhy WHERE tenant_id = 42 ORDER BY embedding <-> $query LIMIT 10 can return fewer correct neighbors than you think - and how to know when it's happening to you. Almost every RAG app eventually writes a02VA
GKGaurav Kumaringauravbytes.dev·Jul 20 · 6 min readpgvector for RAG Search: Schema, Storage, and Retrieval, With Real ResultsRAG search has four moving parts: split the document, turn text into vectors, store those vectors somewhere queryable, and pull the right ones back out at query time. This post covers the last two — c00
APAnkita Patilinblog.ankitapatil.dev·Jul 16 · 5 min readBuilding a Production-Style AI System: Designing VibeFit from Image Upload to Intelligent RecommendationsLive Demo → Experience the application. Architecture Walkthrough → Understand how the system works. Source Code → Explore the implementation. Project Deep Dive → Read the complete architecture and 00
MMMihai Marinescuinfeaturingcode.com·Jun 20 · 31 min readRAG From First Principles: How a PDF Becomes a Searchable AnswerAs a disclaimer, my project was created without spending any money on tokens at Voyage, Grok or Clerk for auth - meaning all the implementation was done on their free tier. The principles remain the s37JSZ
TPTushar Patilinblog.techtush.in·May 16 · 16 min read🔒 Multi-Tenant RAG: Row-Level Security in pgvector with MCPThis is Part 11 of the AI Engineering with TypeScript series. Prerequisites: Part 6 — Multi-Tenant Sessions · Part 10 — MCP + RAG Stack: Node.js 20+ · TypeScript 5.x · PostgreSQL 16 · pgvector · @mode00
TPTushar Patilinblog.techtush.in·May 15 · 16 min read🔍 MCP + RAG: Building a Knowledge-Base Tool with Vector Search in TypeScriptThis is Part 10 of the AI Engineering with TypeScript series. Prerequisites: Part 2 — MCP Fundamentals · Part 3 — AI Agent · Part 5 — Production MCP Server Stack: Node.js 20+ · TypeScript 5.x · OpenAI10
DPDigit Patroxindigitpatrox.hashnode.dev·May 12 · 6 min readHow to Build a RAG System with pgvector and LangChain: The Production ArchitectureMost production AI failures are not model failures. They are retrieval failures. If you want to understand why your Retrieval-Augmented Generation (RAG) system is hallucinating, stop looking at your p01D
EEntreelinistiaq.hashnode.dev·May 8 · 6 min readBenchmarking pgvector IVFFlat vs HNSW indexes for production RAG applications - Blog PostBenchmarking pgvector IVFFlat vs HNSW indexes for production RAG applications I've spent the last three months stress-testing vector indexes in production environments, and the results challenge conventional wisdom about when to use each index type. ...00