Azure Open Ai Insert own data get error "Cracking and chunking - Data ingestion failed"

Kelvin Shee 95 Reputation points
2025-02-27T09:46:30.2766667+00:00

hi Expert,

I am using Azure AI Foundry and have created a project and hub. The model I am using is GPT-4o along with text-embedding-ada-002 on the Chat Playground. I added my data from a storage account using Azure AI Services and want it to detect my storage files and respond accordingly.

Below is the error I encountered when adding data to Azure OpenAI.error 1

crack_chunk_embed_log.txt

may i know how i can fix this issue?

thanks.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,600 questions
{count} votes

Accepted answer
  1. JAYA SHANKAR G S 4,035 Reputation points Microsoft External Staff Moderator
    2025-03-07T10:01:30.9333333+00:00

    Hi @Kelvin Shee ,

    I believe by making search service public you were able to add data to chat playground

    and to your further questions.

    1. 1. how I can build to web base with the data index ? Do you mean Web app? If yes you can directly deploy it like shown below.

    If you want to make any changes like data source, skillset etc to ai search you do directly in portal or sdk and no need to create the index unnecessarily every time you add to chat playground.

    enter image description here

    And refer this documentation for more information.

    1. during I setup the Data Index I do setup schedule updates by One time indexing , how I can change to Hourly ? should I re-create again or can i modify the data index that is ready ? You no need to create new index, use the current index with schedule(Hourly).

    UPDATE

    Create a managed identity and assign appropriate roles should resolve your issue. Refer this documentation to assign roles.

    Next, you provide the query to chat playground which more specific to your documents added, then you will not get information not available response from model.

    If you have any further query let me know, please do accept the answer and give feedback by clicking on Yes.

    Thank you


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.