Commit a032186
committed
docs: document knowledge base upload limits
Documents the RAG_KNOWLEDGE_MAX_COUNT / RAG_KNOWLEDGE_MAX_SIZE global
admin settings, which cap how many files a knowledge base may hold
and how large each file may be. Configurable in Admin Panel →
Settings → Documents → Files, alongside the existing Max Upload Size
/ Max Upload Count fields. Applies globally to every knowledge base
and every user (no per-user or per-group override), and is enforced
for every way of adding a file to a knowledge base: manual upload,
one-shot directory import, incremental directory sync, and the API.
- docs/features/workspace/knowledge.mdx: new "Knowledge base upload
limits" section under Limitations.
- docs/reference/env-configuration.mdx: RAG_KNOWLEDGE_MAX_SIZE /
RAG_KNOWLEDGE_MAX_COUNT entries, alongside RAG_FILE_MAX_SIZE /
RAG_FILE_MAX_COUNT.
- docs/troubleshooting/rag.mdx: updates the existing "Upload Limits
and Restrictions" section, which previously documented knowledge
base uploads as having no count limit at all.1 parent ea9cb27 commit a032186
3 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3865 | 3865 | | |
3866 | 3866 | | |
3867 | 3867 | | |
| 3868 | + | |
| 3869 | + | |
| 3870 | + | |
| 3871 | + | |
| 3872 | + | |
| 3873 | + | |
| 3874 | + | |
| 3875 | + | |
| 3876 | + | |
| 3877 | + | |
| 3878 | + | |
| 3879 | + | |
| 3880 | + | |
| 3881 | + | |
3868 | 3882 | | |
3869 | 3883 | | |
3870 | 3884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments