{ "name": "akadaiprompts", "description": null, "type": "cosmosdb", "subtype": null, "indexerPermissionOptions": [], "credentials": { "connectionString": "AccountEndpoint=https://cosmosdb.documents.azure.com;AccountKey=...;Database=akcontainers" }, "container": { "name": "aiassets", "query": "Select c.PartitionKey,c.RowKey,c.textid,c.tenantid,c.personanames,c.siteid,c.content_text,c.content_embedding,c.akkey,c.id,c._ts, c.IsDeleted From c Where c._ts > @HighWaterMark AND StartsWith(c.PartitionKey, 'AIP-') AND c.EntityType = 'AIP-' ORDER BY c._ts" }, "dataChangeDetectionPolicy": { "@odata.type": "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy", "highWaterMarkColumnName": "_ts" }, "dataDeletionDetectionPolicy": { "@odata.type": "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy", "softDeleteColumnName": "IsDeleted", "softDeleteMarkerValue": "true" }, "encryptionKey": null, "identity": null }