<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>小小博客</title><description>分享开发笔记和在线小工具</description><link>https://xiaoxiaoptopfile.top/</link><item><title>Astro 的 SSR 与混合渲染：让静态博客长出后端</title><link>https://xiaoxiaoptopfile.top/blog/astro-ssr-hybrid/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/astro-ssr-hybrid/</guid><description>从纯静态到 hybrid 渲染，理解 Astro 如何让大部分页面保持预渲染的同时，只把需要服务端的端点放到运行时。</description><pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate></item><item><title>RAG 检索质量：分块策略与向量相似度</title><link>https://xiaoxiaoptopfile.top/blog/chunking-vector-search/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/chunking-vector-search/</guid><description>检索质量决定 RAG 的上限：聊聊为什么不能整篇向量化、如何做结构感知分块，以及余弦相似度与 top-K 的取舍。</description><pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate></item><item><title>DeepSeek 流式输出与 RAG 提示词工程</title><link>https://xiaoxiaoptopfile.top/blog/deepseek-streaming-rag/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/deepseek-streaming-rag/</guid><description>调用 DeepSeek 的 chat/completions 接口，解析 SSE 流式响应，并设计让模型「只依据资料、带引用」回答的系统提示词。</description><pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate></item><item><title>你好，这里是小小博客</title><link>https://xiaoxiaoptopfile.top/blog/first-post/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/first-post/</guid><description>个人博客已经上线，用来写开发笔记和分享小工具。</description><pubDate>Wed, 12 Aug 2026 16:00:00 GMT</pubDate></item><item><title>Agent 项目深度解析：校招岗位匹配 Agent</title><link>https://xiaoxiaoptopfile.top/blog/job-match-agent-deep-dive/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/job-match-agent-deep-dive/</guid><description>逐层拆解一个校招岗位匹配 Agent：从 RAG/混合检索、Tool Calling 编排、LangGraph ReAct 到 MCP 协议与部署，附真实源码。</description><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Markdown Style Guide</title><link>https://xiaoxiaoptopfile.top/blog/markdown-style-guide/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/markdown-style-guide/</guid><description>Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.</description><pubDate>Tue, 18 Jun 2024 16:00:00 GMT</pubDate></item><item><title>给博客装一个 RAG 问答助手：从 0 到 1</title><link>https://xiaoxiaoptopfile.top/blog/rag-qa-assistant/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/rag-qa-assistant/</guid><description>记录如何把一个纯静态的 Astro 博客改造成支持检索增强生成（RAG）的 AI 问答站点：混合渲染、本地向量化、流式生成与部署。</description><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate></item><item><title>如何发布一篇新文章</title><link>https://xiaoxiaoptopfile.top/blog/second-post/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/second-post/</guid><description>在 src/content/blog 里新增 Markdown 文件，构建后就会出现在文章列表。</description><pubDate>Wed, 12 Aug 2026 16:00:00 GMT</pubDate></item><item><title>如何添加一个在线工具</title><link>https://xiaoxiaoptopfile.top/blog/third-post/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/third-post/</guid><description>先登记到工具列表，再新增一个页面，就可以挂到 /tools。</description><pubDate>Wed, 12 Aug 2026 16:00:00 GMT</pubDate></item><item><title>在 Node 里用 Transformers.js 跑中文 Embedding</title><link>https://xiaoxiaoptopfile.top/blog/transformers-js-embedding/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/transformers-js-embedding/</guid><description>不调付费向量接口，在服务端用 @huggingface/transformers 加载中文向量模型，把文本转成 512 维向量。</description><pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Using MDX</title><link>https://xiaoxiaoptopfile.top/blog/using-mdx/</link><guid isPermaLink="true">https://xiaoxiaoptopfile.top/blog/using-mdx/</guid><description>Lorem ipsum dolor sit amet</description><pubDate>Fri, 31 May 2024 16:00:00 GMT</pubDate></item></channel></rss>