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.61k stars 2.82k forks source link

Unable to create a knowledgeStore definition within a skillset using the Azure Cognitive Search python SDK #15097

Closed vkurpad closed 3 years ago

vkurpad commented 3 years ago

SearchIndexerSkillset class does not have an object for the knowledge store definition

https://github.com/Azure/azure-sdk-for-python/blob/eea845a56aa792f5b03b9188cd0180d42a3de4bb/sdk/search/azure-search-documents/azure/search/documents/indexes/models/__init__.py

xiangyan99 commented 3 years ago

@vkurpad Thank you for reporting this. Yes. There is a gap in our SDK and we are working on it. We will keep you posted.

xiangyan99 commented 3 years ago

18461

xiangyan99 commented 3 years ago

@vkurpad We added the knowledge store support. It will be available in our next release.