1. Introduction Recently, I've been thinking about what new features can be added to the blog's structure, such as content structure indicators at the bottom of article pages (see the article: From Content to Structure: A Low-Cost Evolutionary Approach to Blog Development). However, there are still many more advanced capabilities, such as: automatic content recommendations…
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…
1. The immediate reason for writing this article, when stability begins to require maintenance, is that a cross-border transit service provider I've relied on for a long time (which I've always considered the most technically professional) recently went bankrupt, causing my access architecture, which had been running stably for years, to suddenly fail. This change forced me to…
1. The Reason for the Third Optimization of the Blog's Active-Active Architecture A few days ago, I was preparing to perform a routine maintenance operation on the Mac mini node in the blog's active-active architecture: upgrading the Portainer version. However, a seemingly insignificant small problem ultimately caused the entire node…
1. Introduction I've been using a base-level VPS (US$39/year) from Racknerd's Chicago data center to build the "read-only node" in my blog's active-active architecture for about half a year now. Over this time, the VPS's overall stability has been quite good…
1. Introduction In previous articles, I wrote two about building your own Umami: one on setting up version 1.33.1 (see article: Docker Series: Building a Website Traffic Monitoring System Based on Umami), and the other on setting up version 2.11.3 (see article: Home Data Center…
1 Introduction: In my previous articles on RAGs and knowledge bases, the word vector frequently appears. It can be said that vector is one of the core concepts of AI. Anyone who has had some exposure to AI is likely familiar with this term. In fact, even without AI, everyone is familiar with the concept of vector...
1. The Crisis and Value of Personal Blogs Today. Once upon a time, personal blogs (hereafter referred to as blogs) were a beautiful form of writing on the internet. It was an era when everyone was willing to write and share their experiences: programmers recorded their study notes, travelers wrote down their travel stories, and food lovers…
1. The WordPress Caching Dilemma and Solutions 1.1 Why Do Many WordPress Site Owners Prefer to Give Up CDN? In the world of static sites, CDN is almost a "free performance optimization": static files are naturally suitable for caching, and HTML pages are almost...