Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure AI Search 2025-03-01-Preview #39420

Open
alzimmermsft opened this issue Jan 27, 2025 · 0 comments
Open

Azure AI Search 2025-03-01-Preview #39420

alzimmermsft opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@alzimmermsft
Copy link
Member

alzimmermsft commented Jan 27, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Untriaged
Development

No branches or pull requests

2 participants