Skip to content

Commit b93deb5

Browse files
committed
preview tag
1 parent 817e185 commit b93deb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ curl -i -X PUT https://YOUR_RESOURCE_NAME.openai.azure.com/openai/extensions/on-
912912
| `chunkSize` | int | Optional |1024 |This number defines the maximum number of tokens in each chunk produced by the ingestion flow. |
913913

914914

915-
### List ingestion jobs
915+
### List ingestion jobs (preview)
916916

917917
```console
918918
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-
946946
}
947947
```
948948

949-
### Get the status of an ingestion job
949+
### Get the status of an ingestion job (preview)
950950

951951
```console
952952
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 \

0 commit comments

Comments
 (0)