11.7.0-beta.4 (2025-05-14)
Features Added
- Added new
KnowledgeAgentresource APIs inSearchIndexClientand introducedKnowledgeAgentRetrievalClientfor managing and querying KnowledgeAgents, enabling multi-index grounding for agentic retrieval. - Added a method overload for search query to include the
QuerySourceAuthorizationparameter to enforce per-user filtering in queries. - Added
Resyncmethod inSearchIndexerClientto resync selective options from the data source to be re-ingested by the indexer. - Added
PermissionFiltertoSearchField,SimpleField, andSimpleFieldAttribute, indicating whether the field should be used as a permission filter. - Added
PermissionFilterOptiontoSearchIndex, indicating whether permission filtering is enabled for the index. - Added
RerankerBoostedScoretoSemanticSearchResultand updatedSemanticConfigurationwith a newRankingOrderproperty. - Introduced new skill
ChatCompletionSkillthat integrates with Azure AI Foundry. - Enhanced
DocumentIntelligenceLayoutSkillwith new properties:ChunkingProperties,ExtractionOptions, andOutputFormat. - Added
IndexerPermissionOptionstoSearchIndexerDataSourceConnectionto support ingestion of various types of permission data. - Introduced sub-field vector support (multi-vectors) via
VectorQuery.Fields, and added new query optionVectorQuery.PerDocumentVectorLimit.