Azure AI Search: Error in Vectorizer 'vector-search-vectorizer' : 'uri' parameter cannot be null or empty #31893
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Search
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
I want to create an Index and add a vectorizer to it. But I get the error message
The request is invalid. Details: definition : Error in Vectorizer 'vector-search-vectorizer' : 'uri' parameter cannot be null or empty
.I am following this guide: https://learn.microsoft.com/en-us/azure/search/vector-search-how-to-configure-vectorizer
There it is
ResourceUri
, but in the type descriptionsearch-documents.d.ts
it isResourceUrl
.Either way, I get the same error.
To Reproduce
Steps to reproduce the behaviour:
Create a new index with the following code.
Error message:
Expected behavior
The index gets created with the vectorizer configured.
Additional context
This issue is related: #31458
But I didn't really understand the answer and somehow it got resolved for the author, but the suggested resolution to use
ResourceUrl
does not work for me. Therefore I opened a new issue.The text was updated successfully, but these errors were encountered: