Differentiate between the index and automatic index created by azure open ai 'own data' feature
Is there any way in which we can differentiate between the index which we created from the azure open ai and the one which created automatically while indexing.
We are using Ai search document Nuget package for accessing the data in ai search and we are able to get the index, indexer and data source details. This data holds the index that has created from language service when we used custom question answering project for QnA, the index which we created from Open ai and the extra index which is automatically getting created.
We wanted to differentiate between the index that is created from azure open ai. Is there any properties available to segregate between the indexes