11.6.0b1 (2024-01-31)
Features Added
- Added back
semantic_query
forSearch
method. - Added back alias operations to
SearchIndexClient
. - Added back
AzureOpenAIEmbeddingSkill
,AzureOpenAIParameters
andAzureOpenAIVectorizer
. - Added back
query_language
,query_speller
,semantic_fields
anddebug
forSearch
method. - Added
send_request
method forSearchClient
&SearchIndexClient
to run a network request using the client's existing pipeline.
Bugs Fixed
- Fixed the issue that we added unexpected
retrievable
property forSearchField
.
Other Changes
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.