Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.63k stars 2.84k forks source link

Azure Search - SearchField in GA SDK should support vectorEncodingFormat #38439

Open mattgotteiner opened 2 weeks ago

mattgotteiner commented 2 weeks ago

Describe the bug SearchField should support the vector_encoding_format parameter in the GA SDK as well as the preview one

To Reproduce

  1. Attempt to specify vector_encoding_format when creating a field in the GA SDK. It is ignored.

Expected behavior

  1. This parameter is accepted. GA Swagger parameter https://github.com/Azure/azure-rest-api-specs/blob/766fbdcae199a5b2a3b7d2910f32b37cac7947de/specification/search/data-plane/Azure.Search/stable/2024-07-01/searchservice.json#L7163
github-actions[bot] commented 2 weeks ago

Thank you for your feedback. Tagging and routing to the team member best able to assist.

xiangyan99 commented 2 weeks ago

Seems like we already have vector_encoding_format support. https://github.com/Azure/azure-sdk-for-python/blob/search_11.5.0/sdk/search/azure-search-documents/azure/search/documents/indexes/models/_index.py#L205

Could you share a repro?

github-actions[bot] commented 2 weeks ago

Hi @mattgotteiner. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

github-actions[bot] commented 1 week ago

Hi @mattgotteiner, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!