Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure AI Search - Index creation fails when using Custom Web API skillset #2258

Open
DeepikashreePrakash opened this issue Jan 8, 2025 · 0 comments

Comments

@DeepikashreePrakash
Copy link

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:

image

Postman Hit:

image

Any log messages given by the failure

ERROR MESSAGE:
Could not execute skill because the Web Api request failed.

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant