rag
6 articles in this series
Language:中文EN
-
1
Building Hybrid Search for Static Blogs: BM25 + Vector Search with Cloudflare WorkersBuilding a production-ready hybrid search for static blogs - combining BM25 keyword search with OpenAI embeddings, all without a backend server.中文EN2026-01-26
-
2
Building a RAG-Powered AI Assistant for My Personal WebsiteBuilding a RAG-powered AI assistant for my personal website using hybrid search, Cloudflare Workers, and OpenAI API.中文EN2026-01-28
-
3
Zero-Backend Hybrid Search: Running BM25 + Semantic Search in the BrowserBuilding a zero-backend hybrid search engine for static blogs: BM25 keyword retrieval + browser-side semantic expansion with cross-lingual Chinese-English support中文EN2026-02-15
-
4
搜索架构升级方案:从浏览器推理到边缘计算2026-02-16静态博客语义搜索架构升级方案:计划将浏览器端 ONNX 推理迁移到 Cloudflare Workers 边缘计算,预期客户端下载从 156MB 降至 2.6MB,彻底解决移动端崩溃问题
-
5
Dual-Mode Semantic Search: When "Delete the Code" Became "Keep Both"Moving blog semantic search from browser ONNX to Cloudflare Workers while keeping the browser approach as a switchable option中文EN2026-02-16
-
6
The "Green Trap" in RAG Systems: Why Did Two of the Most Promising Optimization Techniques Crash and Burn?A deep analysis of five energy-saving techniques for RAG systems from an ICSE-SEIS '26 paper, exploring why ANN indexing and prefix caching underperformed in experiments and their true potential in production environments中文EN2026-02-20