File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/openai Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ curl -i -X PUT https://YOUR_RESOURCE_NAME.openai.azure.com/openai/extensions/on-
912
912
| ` chunkSize ` | int | Optional | 1024 | This number defines the maximum number of tokens in each chunk produced by the ingestion flow. |
913
913
914
914
915
- ### List ingestion jobs
915
+ ### List ingestion jobs (preview)
916
916
917
917
``` console
918
918
curl -i -X GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/extensions/on-your-data/ingestion-jobs?api-version=2023-10-01-preview \
@@ -946,7 +946,7 @@ curl -i -X GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/extensions/on-
946
946
}
947
947
```
948
948
949
- ### Get the status of an ingestion job
949
+ ### Get the status of an ingestion job (preview)
950
950
951
951
``` console
952
952
curl -i -X GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/extensions/on-your-data/ingestion-jobs/YOUR_JOB_NAME?api-version=2023-10-01-preview \
You can’t perform that action at this time.
0 commit comments