You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue outlines the work to be done for the Search 2025-03-01-Preview release.
These are the links to generate from:
TO BE ADDED
Feature: Expose Indexes Statistics Summary
API changes
New API for listing statistics for all indexes in an Azure Search service.
Test plan
List index statistics when the Azure Search service has no indexes.
List index statistics when the Azure Search service has one index.
List index statistics when the Azure Search servive has many indexes.
The only validation to be done in all these tests is checking the number of index statistics returned and that expected index names are returned.
Notes
This is a paged API but we don't provision Azure Search services large enough to reach the page limitation. This will be a gap in testing.
Generative AI Chat Completion Skill
API changes
Adds a new skill GenAISkill and related configuration models GenAISkillCommonModelParameters, GenAISkillExtraParametersBehavior, and GenAISkillResponseFormat.
Test plan
Simple validation that the most basic GenAISkill can be created as part of a skillset pipeline and retrieved properly.
Notes
Only creation and retrieval need to be tested. We do not test skillset pipeline behaviors, so no additional testing or work is needed.
BQ Rescoring by Full Query
API changes
NONE
Runtime changes
In previous service versions configuring enableRescoring: true when rescoreStorageMethod: discardOriginals was configured in VectorSearchCompressions.rescoringOptions
was invalid. This has been changed to be allowed.
Test plan
Create a Search Index where the VectorSearchCompressions.rescoringOptions has enableRescoring: true and rescoreStorageMethod: discardOriginals. Ensure that works.
Add a few documents with vector field data and run a search and ensure that works without error (do not need to test any scoring information).
Text Chunk Reference
API changes
NONE
Notes
This is a behavior change in the outputs of the Text Split skill when running in the skillset pipeline to include additional data. We do not test skillset
pipeline behaviors, no work needed for this change.
Image Reference
API changes
NONE
Notes
This is a behavior change in the outputs of the Search Indexer when processing images to include additional data. We do not test indexer behaviors,
no work needed for this change.
Allow Identity field on AIServicesByIdentity to be null
API changes
NONE
Notes
This is a change to allow AIServicesAccountIdentity.identity to be nullable. This is used by the skillset pipeline, we do not test skillset pipeline behaviors
so no work is needed for this change.
Just ensure that the property is properly nullable.
Semantic Model Flighting
TO BE ADDED ONCE DISCUSSIONS FINALIZE
Sum Aggregations
TO BE ADDED ONCE DISCUSSIONS FINALIZE
The text was updated successfully, but these errors were encountered:
This issue outlines the work to be done for the Search 2025-03-01-Preview release.
These are the links to generate from:
TO BE ADDED
Feature: Expose Indexes Statistics Summary
API changes
New API for listing statistics for all indexes in an Azure Search service.
Test plan
The only validation to be done in all these tests is checking the number of index statistics returned and that expected index names are returned.
Notes
This is a paged API but we don't provision Azure Search services large enough to reach the page limitation. This will be a gap in testing.
Generative AI Chat Completion Skill
API changes
Adds a new skill
GenAISkill
and related configuration modelsGenAISkillCommonModelParameters
,GenAISkillExtraParametersBehavior
, andGenAISkillResponseFormat
.Test plan
Simple validation that the most basic
GenAISkill
can be created as part of a skillset pipeline and retrieved properly.Notes
Only creation and retrieval need to be tested. We do not test skillset pipeline behaviors, so no additional testing or work is needed.
BQ Rescoring by Full Query
API changes
NONE
Runtime changes
In previous service versions configuring
enableRescoring: true
whenrescoreStorageMethod: discardOriginals
was configured inVectorSearchCompressions.rescoringOptions
was invalid. This has been changed to be allowed.
Test plan
Create a Search Index where the
VectorSearchCompressions.rescoringOptions
hasenableRescoring: true
andrescoreStorageMethod: discardOriginals
. Ensure that works.Add a few documents with vector field data and run a search and ensure that works without error (do not need to test any scoring information).
Text Chunk Reference
API changes
NONE
Notes
This is a behavior change in the outputs of the Text Split skill when running in the skillset pipeline to include additional data. We do not test skillset
pipeline behaviors, no work needed for this change.
Image Reference
API changes
NONE
Notes
This is a behavior change in the outputs of the Search Indexer when processing images to include additional data. We do not test indexer behaviors,
no work needed for this change.
Allow Identity field on AIServicesByIdentity to be null
API changes
NONE
Notes
This is a change to allow
AIServicesAccountIdentity.identity
to be nullable. This is used by the skillset pipeline, we do not test skillset pipeline behaviorsso no work is needed for this change.
Just ensure that the property is properly nullable.
Semantic Model Flighting
TO BE ADDED ONCE DISCUSSIONS FINALIZE
Sum Aggregations
TO BE ADDED ONCE DISCUSSIONS FINALIZE
The text was updated successfully, but these errors were encountered: