1. Introduction Recently, I watched a film about the mathematician Ramanujan, *The Man Who Knows No Bounds*. This film doesn't attempt to explain complex mathematical formulas to the audience, but rather repeatedly emphasizes a more intuitive question: what happens to a genius if they are born in the wrong era? Ramanujan was…
1. Prologue: From Chaos to the Necessity of Using the Term "System" Judging solely from the article titles, my blog content does indeed seem increasingly "miscellaneous": from home data centers, Docker, WordPress, Cloudflare, multi-active architecture, and AI, extending...
1. From Experimentation to Fundamental Capability: In a previous article introducing RAG, I mentioned that the core tool for vectorizing segmented text is the "embedding model" (see article: Understanding RAG from Scratch (Part 1): Principles and Complete Process Analysis). In subsequent articles…
1. Introduction In a previous article (see: Home Data Center Series: Understanding RAG from Scratch (Part 1): Principles and Complete Process Analysis), I introduced the theoretical five-step process of RAG: "Segmentation → Vectorization → Vector Storage → Retrieval → Answer Generation"; subsequently…