2025-05-23: Optional feature for agentic retrieval from Azure AI Search
This release includes an exciting new option to turn on an agentic retrieval API from Azure AI Search (currently in public preview).
Read the docs about it here:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/agentic_retrieval.md
You can also watch this talk from @mattgotteiner and @pamelafox at Microsoft Build 2025 about agentic retrieval:
https://build.microsoft.com/en-US/sessions/BRK142
Please share your feedback in either the issue tracker or discussions here. Since the retrieval API is in public preview, this is a great time to give feedback to the AI Search team.
What's Changed
- Explicitly activate the uv environment in CI by @pamelafox in #2534
- Updates the baseline evals with embedding 3 large, renames other folders for clarity by @pamelafox in #2533
- Add support for agentic retrieval by @mattgotteiner in #2537
- Remove locust from requirements-dev.txt by @pamelafox in #2539
- Fix UI and answer gen issues by @mattgotteiner in #2541
Full Changelog: 2025-05-08...2025-05-23