<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cloudflare changelogs | AI Search</title><description>Cloudflare changelogs for AI Search</description><link>https://cloudflaredoc.ubitools.com/changelog/</link><item><title>AI Search - 按精确对象键筛选 AI Search 列表项</title><link>https://cloudflaredoc.ubitools.com/changelog/post/2026-07-08-ai-search-list-items-key-filter/</link><guid isPermaLink="true">https://cloudflaredoc.ubitools.com/changelog/post/2026-07-08-ai-search-list-items-key-filter/</guid><description>&lt;p&gt;在 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/&quot;&gt;AI Search&lt;/a&gt; 中，您可以将文件上传到实例，或连接诸如 R2 存储桶之类的&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/configuration/data-source/&quot;&gt;数据源&lt;/a&gt;，从而让您能够使用自然语言搜索您的内容。每个文件都成为由对象 **key（其文件名或路径）**标识的 &lt;strong&gt;项（item）&lt;/strong&gt;。&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/api/items/rest-api/&quot;&gt;列表项端点&lt;/a&gt;会返回实例中的项。&lt;/p&gt;
&lt;p&gt;该端点现在接受 &lt;code&gt;key&lt;/code&gt; 查询参数，因此您可以通过精确的对象键查找单个项，而无需翻页浏览整个列表。这为您知道键但不知道 ID 的情况补充了现有的 &lt;code&gt;item_id&lt;/code&gt; 筛选器。&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;bash&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot; data-nb-lang=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;curl&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; &quot;https://api.cloudflare.com/client/v4/accounts/&amp;lt;ACCOUNT_ID&amp;gt;/ai-search/instances/&amp;lt;INSTANCE_NAME&amp;gt;/items?key=docs/readme.md&quot;&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt;  -H&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; &quot;Authorization: Bearer &amp;lt;API_TOKEN&amp;gt;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;p&gt;键在每个数据源中是唯一的，因此当多个数据源中存在相同的键时，请将 &lt;code&gt;key&lt;/code&gt; 与 &lt;code&gt;source&lt;/code&gt; 结合使用（例如 &lt;code&gt;source=builtin&lt;/code&gt;）以消除歧义。&lt;/p&gt;
&lt;p&gt;有关更多信息，请参阅&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/api/items/rest-api/&quot;&gt;管理项&lt;/a&gt;。&lt;/p&gt;</description><pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate><product>AI Search</product><category>AI Search</category></item><item><title>Workers AI, AI Search - Workers AI toMarkdown 和 AI Search 现在支持 GIF 和 BMP 图像转换</title><link>https://cloudflaredoc.ubitools.com/changelog/post/2026-07-08-gif-bmp-image-support/</link><guid isPermaLink="true">https://cloudflaredoc.ubitools.com/changelog/post/2026-07-08-gif-bmp-image-support/</guid><description>&lt;p&gt;除了已支持的 JPEG、PNG、WebP 和 SVG 格式外，Workers AI &lt;a href=&quot;https://cloudflaredoc.ubitools.com/workers-ai/features/markdown-conversion/&quot;&gt;Markdown 转换&lt;/a&gt; (&lt;code&gt;toMarkdown&lt;/code&gt;) 现在还支持 &lt;code&gt;.gif&lt;/code&gt; 和 &lt;code&gt;.bmp&lt;/code&gt; 图像文件。&lt;/p&gt;
&lt;p&gt;GIF 和 BMP 文件与其他格式运行相同的&lt;a href=&quot;https://cloudflaredoc.ubitools.com/workers-ai/features/markdown-conversion/how-it-works/#images&quot;&gt;图像流水线&lt;/a&gt;。根据需要调整每张图像的大小（对于动态 GIF，仅使用第一帧），然后传递给目标检测模型以识别其包含的内容。这些检测到的目标会提示视觉模型编写图像的自然语言描述，该描述将变成可搜索、机器可读的 Markdown。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/&quot;&gt;AI Search&lt;/a&gt; 会自动使用 &lt;code&gt;toMarkdown&lt;/code&gt; 来处理它引入的文件，因此下一次您的索引同步时会自动包含任何 &lt;code&gt;.gif&lt;/code&gt; 和 &lt;code&gt;.bmp&lt;/code&gt; 文件，无需更改任何配置。当您的内容混合了多种格式时，例如充满屏幕截图的支持知识库或 BMP 扫描件的存档，这将非常有用。&lt;/p&gt;
&lt;p&gt;详细了解 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/workers-ai/features/markdown-conversion/&quot;&gt;Markdown 转换&lt;/a&gt; 以及 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/configuration/data-source/#supported-file-types&quot;&gt;AI Search 支持的文件类型&lt;/a&gt;的完整列表。&lt;/p&gt;</description><pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate><product>Workers AI</product><category>Workers AI</category><category>AI Search</category></item><item><title>AI Search - 使用 Wrangler CLI 管理 AI Search 同步作业</title><link>https://cloudflaredoc.ubitools.com/changelog/post/2026-07-02-manage-sync-jobs/</link><guid isPermaLink="true">https://cloudflaredoc.ubitools.com/changelog/post/2026-07-02-manage-sync-jobs/</guid><description>&lt;p&gt;当您将&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/configuration/data-source/&quot;&gt;数据源&lt;/a&gt;连接到您的 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/&quot;&gt;AI Search&lt;/a&gt; 实例时，AI Search 会运行同步作业以使您的索引与您的内容保持最新。您现在可以直接从 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/wrangler-commands/&quot;&gt;Wrangler&lt;/a&gt; 管理这些作业。&lt;/p&gt;
&lt;p&gt;例如，您可以使用 &lt;code&gt;jobs create&lt;/code&gt; 命令从您的 CI/CD 或自动化流水线触发同步作业，以便在推送更改时刷新索引：&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;wrangler&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; ai-search&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; jobs&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; create&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; my-instance&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;p&gt;这将创建一个异步同步作业，该作业会检查数据源中的更改，并发送新增、修改或删除的文件以进行索引。
以下命令可用：&lt;/p&gt;
&lt;div class=&quot;table-scroll&quot; tabindex=&quot;0&quot; role=&quot;region&quot; aria-label=&quot;Table&quot;&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;命令&lt;/th&gt;
&lt;th&gt;说明&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search jobs create&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;触发新的同步作业&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search jobs list&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;列出实例的同步作业&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search jobs get&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;获取作业详情&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search jobs cancel&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;取消正在运行的作业&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search jobs logs&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;查看作业的日志条目&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;所有命令都接受 &lt;code&gt;--namespace&lt;/code&gt;/&lt;code&gt;-n&lt;/code&gt;（默认为 &lt;code&gt;default&lt;/code&gt;）和 &lt;code&gt;--json&lt;/code&gt;，以输出自动化和 AI 代理可以直接解析的结构化数据。&lt;code&gt;list&lt;/code&gt; 和 &lt;code&gt;logs&lt;/code&gt; 命令还支持用于分页的 &lt;code&gt;--page&lt;/code&gt; 和 &lt;code&gt;--per-page&lt;/code&gt;，并且除非您传递 &lt;code&gt;-y&lt;/code&gt;/&lt;code&gt;--force&lt;/code&gt;，否则 &lt;code&gt;cancel&lt;/code&gt; 会提示确认。&lt;/p&gt;
&lt;p&gt;有关完整的用法详细信息，请参阅 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/wrangler-commands/&quot;&gt;AI Search Wrangler 命令文档&lt;/a&gt;。&lt;/p&gt;</description><pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate><product>AI Search</product><category>AI Search</category></item><item><title>AI Search - 控制 AI Search 相似性缓存新鲜度</title><link>https://cloudflaredoc.ubitools.com/changelog/post/2026-06-24-ai-search-similarity-cache-controls/</link><guid isPermaLink="true">https://cloudflaredoc.ubitools.com/changelog/post/2026-06-24-ai-search-similarity-cache-controls/</guid><description>&lt;p&gt;&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/&quot;&gt;AI Search&lt;/a&gt; 现在让您能够更好地控制&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/configuration/retrieval/cache/&quot;&gt;相似性缓存&lt;/a&gt;新鲜度。相似性缓存通过重用语义相似查询的响应，有助于降低延迟和推理成本。&lt;/p&gt;
&lt;p&gt;通过这些更新，您可以选择允许重用响应的时间长度，并在缓存的响应可能过时时将其清除。&lt;/p&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;缓存持续时间现在默认为-48-小时&quot;&gt;缓存持续时间现在默认为 48 小时&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#缓存持续时间现在默认为-48-小时&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;以前，AI Search 缓存响应的固定时间为 30 天。缓存的响应现在使用实例的 &lt;code&gt;cache_ttl&lt;/code&gt; 设置，默认值为 &lt;strong&gt;48 小时&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;您可以在创建或更新实例时设置 &lt;code&gt;cache_ttl&lt;/code&gt;，以选择从 10 分钟到 6 天不等的缓存持续时间。&lt;/p&gt;
&lt;p&gt;当您的源内容变化频繁且新鲜度更重要时，请使用较短的 TTL。当您的内容稳定且您希望更多地重用缓存时，请使用较长的 TTL。&lt;/p&gt;
&lt;p&gt;例如，将 &lt;code&gt;cache_ttl&lt;/code&gt; 设置为 &lt;code&gt;518400&lt;/code&gt; 以将缓存的响应保留 6 天：&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;json&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;json&quot; data-nb-lang=&quot;json&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-140thh&quot;&gt;{&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt;	&quot;cache_ttl&quot;&lt;/span&gt;&lt;span class=&quot;nb-shiki-140thh&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt;518400&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-140thh&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;清除缓存响应&quot;&gt;清除缓存响应&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#清除缓存响应&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;您还可以按需清除实例的所有缓存响应。清除缓存响应不会删除已索引的内容或源文件。&lt;/p&gt;
&lt;p&gt;这会阻止 AI Search 重用以前缓存的响应，因此后续的相似查询会生成新鲜的答案并重新填充缓存。&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;bash&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot; data-nb-lang=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;curl&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; -X&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; POST&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; &quot;https://api.cloudflare.com/client/v4/accounts/&lt;/span&gt;&lt;span class=&quot;nb-shiki-140thh&quot;&gt;$ACCOUNT_ID&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt;/ai-search/instances/&lt;/span&gt;&lt;span class=&quot;nb-shiki-140thh&quot;&gt;$INSTANCE_NAME&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt;/purge_cache&quot;&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt;  -H&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; &quot;Authorization: Bearer &lt;/span&gt;&lt;span class=&quot;nb-shiki-140thh&quot;&gt;$CLOUDFLARE_API_TOKEN&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;p&gt;您还可以从 Cloudflare 仪表板中的实例设置页面清除缓存响应。&lt;/p&gt;
&lt;p&gt;请参阅&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/configuration/retrieval/cache/&quot;&gt;相似性缓存&lt;/a&gt;以获取支持的 &lt;code&gt;cache_ttl&lt;/code&gt; 值的完整列表以及有关缓存行为的更多详细信息。&lt;/p&gt;</description><pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate><product>AI Search</product><category>AI Search</category></item><item><title>AI Search - 使用 Wrangler CLI 管理 AI Search 命名空间</title><link>https://cloudflaredoc.ubitools.com/changelog/post/2026-06-10-ai-search-namespace-wrangler-commands/</link><guid isPermaLink="true">https://cloudflaredoc.ubitools.com/changelog/post/2026-06-10-ai-search-namespace-wrangler-commands/</guid><description>&lt;p&gt;&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/&quot;&gt;AI Search&lt;/a&gt; 现在支持命名空间级别的 Wrangler 命令，这使得从您的终端、脚本和代理工作流程中管理&lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/concepts/namespaces/&quot;&gt;命名空间（namespaces）&lt;/a&gt;变得更加容易。&lt;/p&gt;
&lt;p&gt;以下命令可用：&lt;/p&gt;
&lt;div class=&quot;table-scroll&quot; tabindex=&quot;0&quot; role=&quot;region&quot; aria-label=&quot;Table&quot;&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;命令&lt;/th&gt;
&lt;th&gt;描述&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search namespace list&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;列出 AI Search 命名空间&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search namespace create&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;创建新的 AI Search 命名空间&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search namespace get&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;获取命名空间的详细信息&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search namespace update&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;更新命名空间描述&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;wrangler ai-search namespace delete&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;删除 AI Search 命名空间&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;直接从 CLI 为新应用程序或租户创建命名空间：&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;wrangler&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; ai-search&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; namespace&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; create&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; docs-production&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; --description&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; &quot;Production documentation search&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;p&gt;通过分页列出命名空间，或按名称或描述进行过滤：&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;wrangler&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; ai-search&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; namespace&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; list&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; --search&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; docs&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; --page&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; 1&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; --per-page&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; 10&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;p&gt;将 &lt;code&gt;--json&lt;/code&gt; 与 &lt;code&gt;list&lt;/code&gt;、&lt;code&gt;create&lt;/code&gt;、&lt;code&gt;get&lt;/code&gt; 和 &lt;code&gt;update&lt;/code&gt; 结合使用，以返回自动化和 AI 代理可以直接解析的结构化输出。&lt;/p&gt;
&lt;p&gt;实例级别的命令现在也支持 &lt;code&gt;--namespace&lt;/code&gt; 标志，因此您可以从 CLI 与特定命名空间内的实例进行交互：&lt;/p&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;wrangler&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; ai-search&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; list&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; --namespace&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; docs-production&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;p&gt;有关完整的用法详情，请参阅 &lt;a href=&quot;https://cloudflaredoc.ubitools.com/ai-search/wrangler-commands/&quot;&gt;AI Search Wrangler 命令文档&lt;/a&gt;。&lt;/p&gt;</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate><product>AI Search</product><category>AI Search</category></item></channel></rss>