Attach metadata to documents to filter search results and provide citations. Metadata is returned with each search result, so you can display source links or restrict results by user, category, or date.Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Adding metadata
Pass metadata in theconfig object when creating an ingest job.
| Type | Example |
|---|---|
| String | "engineering" |
| Number | 2024 |
| Boolean | true |
Citations and source links
Store source URLs and titles in metadata to display references in AI responses. See Citations for implementation examples.Filtering by metadata
Use metadata to filter search results. See Filtering for examples including multi-tenant filtering, combining multiple conditions, and more.Next steps
- API Reference — Metadata parameters and options
- Filtering — Filter search results by metadata
- Search — Learn more about search options
- Data Segregation — Strategies for isolating data between tenants