<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cloudflare changelogs | Vectorize</title><description>Cloudflare changelogs for Vectorize</description><link>https://developers.cloudflare.com/changelog/</link><item><title>Cloudflare Fundamentals, Workers, D1, R2, KV, Queues, Vectorize, Durable Objects, Containers - Billable usage and budget alerts now in product sidebars</title><link>https://developers.cloudflare.com/changelog/post/2026-06-04-billable-usage-product-sidebar/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-06-04-billable-usage-product-sidebar/</guid><description>&lt;p&gt;Pay-as-you-go customers can now view billable usage and create &lt;a href=&quot;https://developers.cloudflare.com/changelog/post/2026-04-13-billable-usage-dashboard-and-budget-alerts/&quot;&gt;budget alerts&lt;/a&gt; directly from the product overview pages for &lt;a href=&quot;https://developers.cloudflare.com/workers/&quot;&gt;Workers &amp;#x26; Pages&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/d1/&quot;&gt;D1&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/r2/&quot;&gt;R2&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/kv/&quot;&gt;Workers KV&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/queues/&quot;&gt;Queues&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/vectorize/&quot;&gt;Vectorize&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/durable-objects/&quot;&gt;Durable Objects&lt;/a&gt;, and &lt;a href=&quot;https://developers.cloudflare.com/containers/&quot;&gt;Containers&lt;/a&gt;. A new sidebar widget shows current-period spend and the billing cycle date range, alongside a button to create a budget alert.&lt;/p&gt;
&lt;p&gt;The widget pulls from the same data as the &lt;a href=&quot;https://developers.cloudflare.com/changelog/post/2026-04-13-billable-usage-dashboard-and-budget-alerts/&quot;&gt;Billable Usage dashboard&lt;/a&gt; and aligns to your billing cycle (or the current day on Free plans), so the numbers match your invoice. Enterprise contract accounts are not yet supported.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/2026-06-04-billable-usage-product-sidebar.BUuIokn__ZAx1o6.webp&quot; alt=&quot;Billable usage widget in the Durable Objects product sidebar showing current-period spend and a breakdown by service&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;
&lt;p&gt;Selecting &lt;strong&gt;Create budget alert&lt;/strong&gt; opens the budget alert flow inline so you can set a dollar threshold in the same place you are reviewing usage. Budget alerts apply to your total account-level spend across all products, not just the product page you create them from.&lt;/p&gt;
&lt;p&gt;For more information, refer to the &lt;a href=&quot;https://developers.cloudflare.com/billing/&quot;&gt;Usage-based billing documentation&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate><product>Cloudflare Fundamentals</product><category>Cloudflare Fundamentals</category><category>Workers</category><category>D1</category><category>R2</category><category>KV</category><category>Queues</category><category>Vectorize</category><category>Durable Objects</category><category>Containers</category></item><item><title>Vectorize - Return up to 50 query results with values or metadata</title><link>https://developers.cloudflare.com/changelog/post/2026-03-16-topk-limit-increased-to-50/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-03-16-topk-limit-increased-to-50/</guid><description>&lt;p&gt;You can now set &lt;code&gt;topK&lt;/code&gt; up to &lt;code&gt;50&lt;/code&gt; when a Vectorize query returns values or full metadata. This raises the previous limit of &lt;code&gt;20&lt;/code&gt; for queries that use &lt;code&gt;returnValues: true&lt;/code&gt; or &lt;code&gt;returnMetadata: &quot;all&quot;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Use the higher limit when you need more matches in a single query response without dropping values or metadata. Refer to the &lt;a href=&quot;https://developers.cloudflare.com/vectorize/reference/client-api/&quot;&gt;Vectorize API reference&lt;/a&gt; for query options and current &lt;code&gt;topK&lt;/code&gt; limits.&lt;/p&gt;</description><pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate><product>Vectorize</product><category>Vectorize</category></item><item><title>Vectorize - Vectorize indexes now support up to 10 million vectors</title><link>https://developers.cloudflare.com/changelog/post/2026-01-23-increased-index-capacity/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-01-23-increased-index-capacity/</guid><description>&lt;p&gt;You can now store up to 10 million vectors in a single Vectorize index, doubling the previous limit of 5 million vectors. This enables larger-scale semantic search, recommendation systems, and retrieval-augmented generation (RAG) applications without splitting data across multiple indexes.&lt;/p&gt;
&lt;p&gt;Vectorize continues to support indexes with up to 1,536 dimensions per vector at 32-bit precision. Refer to the &lt;a href=&quot;https://developers.cloudflare.com/vectorize/platform/limits/&quot;&gt;Vectorize limits documentation&lt;/a&gt; for complete details.&lt;/p&gt;</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate><product>Vectorize</product><category>Vectorize</category></item><item><title>Vectorize - List all vectors in a Vectorize index with the new list-vectors operation</title><link>https://developers.cloudflare.com/changelog/post/2025-08-26-vectorize-list-vectors/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-08-26-vectorize-list-vectors/</guid><description>&lt;p&gt;You can now list all vector identifiers in a Vectorize index using the new &lt;code&gt;list-vectors&lt;/code&gt; operation. This enables bulk operations, auditing, and data migration workflows through paginated requests that maintain snapshot consistency.&lt;/p&gt;
&lt;p&gt;The operation is available via Wrangler CLI and REST API. Refer to the &lt;a href=&quot;https://developers.cloudflare.com/vectorize/best-practices/list-vectors/&quot;&gt;list-vectors best practices guide&lt;/a&gt; for detailed usage guidance.&lt;/p&gt;</description><pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate><product>Vectorize</product><category>Vectorize</category></item><item><title>AI Search, Vectorize - Create fully-managed RAG pipelines for your AI applications with AutoRAG</title><link>https://developers.cloudflare.com/changelog/post/2025-04-07-autorag-open-beta/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-04-07-autorag-open-beta/</guid><description>&lt;p&gt;&lt;a href=&quot;https://developers.cloudflare.com/ai-search/&quot;&gt;AutoRAG&lt;/a&gt; is now in open beta, making it easy for you to build fully-managed retrieval-augmented generation (RAG) pipelines without managing infrastructure. Just upload your docs to &lt;a href=&quot;https://developers.cloudflare.com/r2/get-started/&quot;&gt;R2&lt;/a&gt;, and AutoRAG handles the rest: embeddings, indexing, retrieval, and response generation via API.&lt;/p&gt;
&lt;p&gt;With AutoRAG, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Customize your pipeline:&lt;/strong&gt; Choose from &lt;a href=&quot;https://developers.cloudflare.com/workers-ai&quot;&gt;Workers AI&lt;/a&gt; models, configure chunking strategies, edit system prompts, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Instant setup:&lt;/strong&gt; AutoRAG provisions everything you need from &lt;a href=&quot;https://developers.cloudflare.com/vectorize&quot;&gt;Vectorize&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/ai-gateway&quot;&gt;AI gateway&lt;/a&gt;, to pipeline logic for you, so you can go from zero to a working RAG pipeline in seconds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keep your index fresh:&lt;/strong&gt; AutoRAG continuously syncs your index with your data source to ensure responses stay accurate and up to date.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ask questions:&lt;/strong&gt; Query your data and receive grounded responses via a &lt;a href=&quot;https://developers.cloudflare.com/ai-search/api/search/workers-binding/&quot;&gt;Workers binding&lt;/a&gt; or &lt;a href=&quot;https://developers.cloudflare.com/ai-search/api/search/rest-api/&quot;&gt;API&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you&apos;re building internal tools, AI-powered search, or a support assistant, AutoRAG gets you from idea to deployment in minutes.&lt;/p&gt;
&lt;p&gt;Get started in the &lt;a href=&quot;https://dash.cloudflare.com/?to=/:account/ai/autorag&quot; target=&quot;_blank&quot;&gt;Cloudflare dashboard&lt;/a&gt; or check out the &lt;a href=&quot;https://developers.cloudflare.com/ai-search/get-started/&quot;&gt;guide&lt;/a&gt; for instructions on how to build your RAG pipeline today.&lt;/p&gt;</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate><product>AI Search</product><category>AI Search</category><category>Vectorize</category></item></channel></rss>