Hi,
Using actually with no issue with all the great features activated from "azure-search-openai-demo,"
Want to reuse ressources with this repo aisearch-openai-rag-audio, and get this error : "(InvalidVectorQuery) Field 'embedding' does not have a vectorizer defined in it's vector profile."
Check on Azure portal :
so i have add vectorizer found in the list :
but still get an error "azure.core.exceptions.HttpResponseError: () Could not complete vectorization action. The vectorization endpoint returned status code '401' (Unauthorized).": does this due to the need of using Search Service ManagedIdentity ?
If i set the parameter : AZURE_SEARCH_USE_VECTOR_QUERY="false" as mentionned in aisearch-openai-rag-audio repo
azure.core.exceptions.HttpResponseError: () The field 'id' in the search field list is not searchable.
Parameter name: searchFields
Code:
Message: The field 'id' in the search field list is not searchable.
Parameter name: searchFields
any solution ?