Chunked documents are not reindexed when delete a document

Eduardo 0 Reputation points
2024-07-17T09:45:32.89+00:00

I'm using chat playground from azure open ai studio with the option "add your data" to follow the image scheme.imagen

After create datasources,skillset,indexes and indexers, everything work fine.

When I delete a document from storage, I have a custom process that manage from c# that do the next steps:

  • Delete document from storage by Id
  • Delete all chunked documents
  • Delete and create indexes again
  • Reset indexers
  • Run indexers (*)

After these steps, the index with the original documents is OK, but the index that must be contain chunked documents is empty:

  • Chunked documents are created OK by skillset

(*) When re-run indexer from azure portal chunked documents are OK in the index.

What difference are between run the indexer from c# or from azure portal?

Why only occurs this problems with chunked documents and not with original documents?

Thanks a lot

Eduardo

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
850 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,591 questions
0 comments No comments
{count} votes