Azure AI Search native soft delete problem?
I enabled the Native blob soft delete feature in the Azure AI Search datasource (Azure Blob Storage kind). I enabled also soft delete in the ADLS. When I try to verify it, I see the file hasn’t been deleted. After some additional research I found in the documentation that “Document keys for the documents in your index must be mapped to either be a blob property or blob metadata, such as “metadata_storage_path”.
Using Index Projections to retrieve individual pages in Azure AI Search
I’m trying to use Azure AI Search to return back the specific pages from within a group of pdfs that match a search query. Right now I’m using the “generateNormalizedImagePerPage” image action to turn each page to an image, and then using the OcrSkill to read the text from the generated images. This allows me to split the content, but the problem is that when you query the index, it returns the entire pdf documents instead of just the specific pages that match.