Skip to content

Commit b44b142

Browse files
Merge pull request #248661 from aahill/pnet-add
limits for on your data
2 parents ac8734a + 91bcf72 commit b44b142

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For documents and datasets with long text, you should use the available [data pr
4343

4444
## Data formats and file types
4545

46-
Azure OpenAI on your data supports the following filetypes (16 MB size limit per file):
46+
Azure OpenAI on your data supports the following filetypes:
4747

4848
* `.txt`
4949
* `.md`
@@ -52,7 +52,7 @@ Azure OpenAI on your data supports the following filetypes (16 MB size limit per
5252
* Microsoft PowerPoint files
5353
* PDF
5454

55-
There are some caveats about document structure and how it might affect the quality of responses from the model:
55+
There is an [upload limit](../quotas-limits.md), and there are some caveats about document structure and how it might affect the quality of responses from the model:
5656

5757
* The model provides the best citation titles from markdown (`.md`) files.
5858

articles/ai-services/openai/quotas-limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The following sections provide you with a quick guide to the default quotas and
3434
| Total size of all files per resource | 1 GB |
3535
| Max training job time (job will fail if exceeded) | 720 hours |
3636
| Max training job size (tokens in training file) x (# of epochs) | 2 Billion |
37+
| Max size of all files per upload (Azure OpenAI on your data) | 16 MB |
38+
3739

3840
<sup>1</sup> Default quota limits are subject to change.
3941

0 commit comments

Comments
 (0)