The Azure AI Search team recently announced improvements to the agentic retrieval API. We've upgraded the repo to use the latest API, which brings the benefit that the retrieved data now includes all the searchable fields, improving the compatibility of the agentic retrieval feature with other repo features (multimodal, ACLs). Our repo does not currently use the multi-index query planning or answer synthesis, but you may consider those in your forks.
This release also includes a bug fix for user login on Container Apps and fixes for the recent multimodal feature.
What's Changed
- feat: Add extra search index fields to Knowledge Agent response by @taylorn-ai in #2696
- Bump tenacity from 9.0.0 to 9.1.2 by @dependabot[bot] in #2700
- Bump regex from 2024.11.6 to 2025.7.34 by @dependabot[bot] in #2701
- Bump click from 8.1.7 to 8.1.8 by @dependabot[bot] in #2698
- Bump azure-core from 1.30.2 to 1.35.0 by @dependabot[bot] in #2697
- Bump h2 from 4.1.0 to 4.3.0 in /app/backend by @dependabot[bot] in #2705
- Add comparison with microsoft/azurechat to other samples documentation by @Copilot in #2703
- Update chat/ask prompts for improved consistency, run multimodal evals by @pamelafox in #2709
- Adjust defaults for multimodal-related parameters to work for default deployments by @pamelafox in #2717
- Fix ingestion for case when no images field exists by @pamelafox in #2719
- Remove pipeline section from azure.yaml by @pamelafox in #2720
- Pin devcontainer to bookworm by @pamelafox in #2722
- Upgrade minimum node version on pipelines by @pamelafox in #2721
- Bump the github-actions group with 3 updates by @dependabot[bot] in #2716
- Bump rich from 13.9.4 to 14.1.0 by @dependabot[bot] in #2714
- Upgrade to latest version of azure-search-documents and agentic retrieval API by @pamelafox in #2723
- Add missing RBAC role for token storage container when using container apps by @pamelafox in #2724
New Contributors
- @taylorn-ai made their first contribution in #2696
Full Changelog: 2025-08-29...2025-09-11