You can now filter AutoRAG search results by folder and timestamp using metadata filtering to narrow down the scope of your query. This makes it easy to build multitenant experiences where each user can only access their own data. By organizing your content into per-tenant folders and applying a folder filter at que...
AI Search - Metadata filtering and multitenancy support in AutoRAG
Cloudflare Developer Platform Changelog · 2025-04-23
Related items
AI Search - Custom metadata filtering for AI Search
AI Search now supports custom metadata filtering, allowing you to define your own metadata fields and filter search results based on attributes like category, version, or any custom field you define. Define a custom metadata schema You can define up to 5 custom metadata fields per AI Search instance. Each field has...
AI Search - Faster indexing and new Jobs view in AutoRAG
You can now expect 3-5× faster indexing in AutoRAG, and with it, a brand new Jobs view to help you monitor indexing progress. With each AutoRAG, indexing jobs are automatically triggered to sync your data source (i.e. R2 bucket) with your Vectorize index, ensuring new or updated files are reflected in your query res...
AI Search - View custom metadata in responses and guide AI-search with context in AutoRAG
In AutoRAG , you can now view your object's custom metadata in the response from /search and /ai-search , and optionally add a context field in the custom metadata of an object to provide additional guidance for AI-generated answers. You can add custom metadata to an object when uploading it to your R2 bucket. Objec...
AI Search - New Metrics View in AutoRAG
AutoRAG now includes a Metrics tab that shows how your data is indexed and searched. Get a clear view of the health of your indexing pipeline, compare usage between ai-search and search , and see which files are retrieved most often. You can find these metrics within each AutoRAG instance: Indexing: Track how files...
AI Search - AI Search path filtering for website and R2 data sources
AI Search now includes path filtering for both website and R2 data sources. You can now control which content gets indexed by defining include and exclude rules for paths. By controlling what gets indexed, you can improve the relevance and quality of your search results. You can also use path filtering to split a si...
AI Search - Filter your AutoRAG search by file name
In AutoRAG , you can now filter by an object's file name using the filename attribute, giving you more control over which files are searched for a given query. This is useful when your application has already determined which files should be searched. For example, you might query a PostgreSQL database to get a list...