-
Notifications
You must be signed in to change notification settings - Fork 325
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
HttpResponseError while creating indexer #239
Comments
I was able to create the data source, skillset and index. |
Sorry - it's hard to reproduce this issue without any code or HTTP request shared |
Im trying demo-python/code/e2e-demos/azure-ai-search-multimodal-build-demo.ipynb this is the code I'm trying to execute to create image indexer def create_and_run_indexer(
indexer_client = SearchIndexerClient( create_and_run_indexer(indexer_client, indexer_name, skillset_name, INDEX_NAME, data_source_name) |
INFO:azure.core.pipeline.policies.http_logging_policy:Request URL: 'https://cognitivesearch-openai-semantic.search.windows.net/indexers('build-multimodal-demo-indexer')?api-version=REDACTED' |
Can you try this notebook and see if it works? You'll need azd as it also sets up a sample service and AI services with an indexer for you |
Hi, have you found a solution to this error? I’m encountering the same issue with this demo. haha |
HttpResponseError: () Error with data source: Unexpected character encountered while parsing value: �. Path '', line 0, position 0. Please adjust your data source definition in order to proceed.
Code:
Message: Error with data source: Unexpected character encountered while parsing value: �. Path '', line 0, position 0. Please adjust your data source definition in order to proceed.
The text was updated successfully, but these errors were encountered: