All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

AI Search - Metadata filtering and multitenancy support in AutoRAG

1y ago

Source

CloudflareAI Search - Metadata filtering and multitenancy support in AutoRAGcloudflare.com
Snippet from the RSS feed
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 query time, you ensure that each tenant retrieves only their own documents. Example folder structure: customer-a/logs/ customer-a/contracts/ customer-b/contracts/ Example query: const response = await env . AI . autorag ( "my-autorag" ) . search ( { query : "When did I sign my agreement contract?" , filters : { type : "eq" , key : "folder" , value : "customer-a/contracts/" , }, } ) ; You can use metadata filtering by creating a new AutoRAG or reindexing existing data. To reindex all content in an existing AutoRAG, update any chunking setting and select Sync index . Metadata filtering is available for all data indexed on or after April 21, 2025 . If you are new to AutoRAG, get started with the Get started AutoRAG guide .

You might also wanna read

Search-Augmented Agents Cut Token Usage by 36% and Outperform Raw File Processing

This article explores the inefficiency of giving AI agents raw files (like research papers) to process, comparing it to a raccoon rummaging

lighton.ai·9d ago

How AI agents are evolving RAG systems from keyword search to iterative, reasoning-based search experiences

The article discusses how AI agents are transforming traditional RAG (Retrieval-Augmented Generation) systems by moving beyond simple keywor

softwaredoug.com·9mo ago

Meta Superintelligence Labs' First Paper Focuses on Retrieval-Augmented Generation (RAG)

Meta Superintelligence Labs' first published paper focuses on Retrieval-Augmented Generation (RAG) rather than expected model layer innovati

paddedinputs.substack.com·8mo ago

IgnitionRAG: Managed RAG Backend Platform for Document Ingestion and AI Agent Deployment

IgnitionRAG is a managed RAG (Retrieval-Augmented Generation) backend platform that enables users to ingest various document types (PDF, DOC

Product Hunt·2mo ago

Why AI Agents Should Query Existing Data Systems Instead of Building Vector Infrastructure

The article argues against the prevailing trend of building parallel AI-specific data infrastructure (vector databases, embedding pipelines,

gnanaguru.com·6mo ago

The Resurgence of Filesystems in AI Infrastructure: A Complementary Approach to Vector Databases

The article explores the resurgence of interest in filesystems within the AI ecosystem, arguing that while vector databases are purpose-buil

madalitso.me·3mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.