Create an Index for Agentic Retrieval
Indexes for agentic retrieval require specific configurations to support multi-query patterns and semantic reranking.Requirements
Index Schema Example
Best Practices
- Use descriptive field names
- Include both text and vector fields for hybrid search
- Configure semantic ranking on most important fields
- Add filters for common query patterns
Next Steps
Create Knowledge Source
Wrap your index in a knowledge source
Vector Search
Add vector capabilities to your index