Skip to content

Commit 21944eb

Browse files
committed
fix general structure and small issues
1 parent 63817b6 commit 21944eb

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

src/content/docs/autorag/configuration/data-source.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ AutoRAG will automatically scan and process supported files stored in that bucke
1313

1414
## File Limit
1515

16-
AutoRAG supports files that are **10 MB or smaller**. Larger files will not be indexed and will be reported in the error logs.
16+
AutoRAG has different file size limits depending on the file type:
17+
18+
- Up to **4 MB** for files that are already in plain text or Markdown.
19+
- Up to **1 MB** for files that need to be converted into Markdown (like PDFs or other rich formats).
20+
21+
Files that exceed these limits won’t be indexed and will show up in the error logs.
1722

1823
## File Type
1924

src/content/docs/autorag/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The table below lists all available configuration options:
2525
| [Generation model](/autorag/configuration/models/) | yes | Model used to generate the final response |
2626
| [Generation system prompt](/autorag/configuration/system-prompt/) | yes | Custom system prompt to guide response generation |
2727
| [Similarity caching](/autorag/configuration/cache/) | yes | Enable or disable caching of responses for similar (not just exact) prompts |
28-
| [Similiarty caching threshold](/autorag/configuration/cache/) | yes | Controls how similar a new prompt must be to a previous one to reuse its cached response |
28+
| [Similarity caching threshold](/autorag/configuration/cache/) | yes | Controls how similar a new prompt must be to a previous one to reuse its cached response |
2929
| [AI Gateway](/ai-gateway) | yes | AI Gateway for monitoring and controlling model usage |
3030
| AutoRAG name | no | Name of your AutoRAG instance |
3131
| Service API token | yes | API token granted to AutoRAG to give it permission to configure resources on your account. |

src/content/docs/autorag/platform/limits-pricing.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ When you create an AutoRAG instance, it provisions and runs on top of Cloudflare
2222

2323
The following limits currently apply to AutoRAG during the open beta:
2424

25-
| Limit | Value |
26-
| --------------------------------- | ------- |
27-
| Max AutoRAG instances per account | 10 |
28-
| Max files per AutoRAG | 100,000 |
29-
| Max file size | 10 MB |
25+
| Limit | Value |
26+
| --------------------------------- | ------------------------------------------------------- |
27+
| Max AutoRAG instances per account | 10 |
28+
| Max files per AutoRAG | 100,000 |
29+
| Max file size | 4 MB (plain text or Markdown) / 1 MB (other file types) |
3030

3131
These limits are subject to change as AutoRAG evolves beyond open beta.

src/content/docs/autorag/use-autorag/index.mdx renamed to src/content/docs/autorag/usage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: navigation
3-
title: Use AutoRAG
3+
title: Usage
44
sidebar:
55
order: 4
66
group:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)