Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.1k stars 1.21k forks source link

Azure AI Search Sample Issue #30926

Closed Yionse closed 4 days ago

Yionse commented 3 months ago
  1. Section link1,link2,link3,link4,link5,link6,link7,link8 image

Reason:

Unable to successfully create index because the value of index.vectorSearch.vector.name is empty. But when I set the value of name, the error has become 'uri' parameter cannot be null or empty. But there is no mention of any relevant information in the document and portal.

@joheredi, @dgetu for notification.

github-actions[bot] commented 3 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @bleroy @markheff @miwelsh @tjacobhi.

dgetu commented 3 months ago

Thanks for bringing this to our attention. I wasn't able to reproduce the error you're seeing. As I continue to look into this, could you tell me which client version you're using? A sample of failing code would also be a great help.

github-actions[bot] commented 3 months ago

Hi @Yionse. 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.

Yionse commented 3 months ago

Thanks for bringing this to our attention. I wasn't able to reproduce the error you're seeing. As I continue to look into this, could you tell me which client version you're using? A sample of failing code would also be a great help.

@dgetu The current versions of the package are dev(12.1.0-alpha. 20220513.1) and 12.1.0-beta.2 1.After creating the required resources for the sample, running it directly resulted in the following error image

  1. Adding the name attribute value resulted in the following error image