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
ISSUE - Azure AI Search - Skillset - Custom Web API Skillset:
The issue is faced while creating index using Custom Web API Skillset
ERROR:
Operation:
Web Api response status: 'InternalServerError',
Web Api response details: '<!doctype html>
<html lang=en>
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>'
Message:
Could not execute skill because the Web Api request failed.
Minimal steps to reproduce
Deploy the quart app that extracts the content of azure blob and converts the table data into JSON
Add the Custom Web API skillset
Run the indexer
Indexer fails at one specific blob (but the blob content extraction works fine when the API endpoint is hit from postman)
Azure AI Search - Indexer:
Postman Hit:
Any log messages given by the failure
ERROR MESSAGE:
Could not execute skill because the Web Api request failed.
Expected/desired behavior
The contents must be extracted and data must be returned for spilt skill and embedding skill
OS and Version?
Windows 7, 8 or 10.
Linux
Python 3.11
The text was updated successfully, but these errors were encountered:
The issue is faced while creating index using Custom Web API Skillset
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
The text was updated successfully, but these errors were encountered: