Hi @Andrea Quarta
Thanks for the question and using MS Q&A platform.
The SplitSkill in Azure Cognitive Search does not automatically generate a unique chunk ID for each section of a document. To retrieve and store a chunk ID, you need to explicitly map it in your index schema by defining an additional output field in your skillset that captures the chunk ID as metadata.
To achieve this, modify the outputs section of your SplitSkill configuration to include a field for the chunk ID. This field can then be mapped to your index schema, enabling you to access it later when querying the indexed data.
Chunk large documents for vector search solutions in Azure AI Search
Chunk and vectorize by document layout or structure
Let me know if you have any assistances. If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.