<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Function Calling - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/function-calling/</link><description>Function Calling - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sat, 08 Feb 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/function-calling/" rel="self" type="application/rss+xml"/><item><title>DeepSeek 联网搜索方案</title><link>https://rd163.visword.com/posts/deepseek-web-search-api/</link><pubDate>Sat, 08 Feb 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/deepseek-web-search-api/</guid><description><![CDATA[<p>DeepSeek 的训练语料存在截止时间，模型本身并不知道&quot;今天发生了什么&quot;。要让它回答股价、新闻、最新文档这类实时问题，必须额外接一条通往互联网的通道。常见的做法不是去训练一个新模型，而是通过 <strong>Function Calling(函数调用)</strong> 让模型在需要时主动触发一次外部搜索，再把结果作为上下文喂回去，这本质上是一种轻量级的 RAG(Retrieval-Augmented Generation，检索增强生成)。</p>]]></description></item></channel></rss>