You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when debuging and try a requests.RequestException in the function I've got this one:
Response Text: {"error": {"requestid": "0d94cbb0-7a76-46da-bb5e-2fb6740b4ba3", "code": 400, "message": "Validation error at #/dataSources/0: Input tag 'AzureComputerVisionVideoIndex' found using 'type' does not match any of the expected tags: 'AzureCognitiveSearch', 'azure_search', 'Elasticsearch', 'elasticsearch', 'AzureCosmosDB', 'azure_cosmos_db', 'azureCosmosDB', 'Pinecone', 'pinecone', 'AzureMLIndex', 'azureMLIndex', 'azure_ml_index', 'Microsoft365', 'SharePoint', 'BingCustomSearch', 'bing_custom_search'"}}
I checked for env variables to be correct, and it seems like the versions does not accept a AzureComputerVisionVideoIndex. The API version I'm using is 2023-12-01-preview
The text was updated successfully, but these errors were encountered:
When I run the
find-and-analyze-videos.ipynb
notebook when using thevideo_chat
cell, I've got the following error:when debuging and try a
requests.RequestException
in the function I've got this one:I checked for env variables to be correct, and it seems like the versions does not accept a
AzureComputerVisionVideoIndex
. The API version I'm using is2023-12-01-preview
The text was updated successfully, but these errors were encountered: