Files
dify-docs/zh/use-dify/knowledge/knowledge-request-rate-limit.mdx
Riskey 5d7556d5f2 Refine docs based on readability, usability, and enterprise PM feedback (#619)
* Refine docs based on internal feedback

* update the zh and ja docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-16 19:37:13 +08:00

43 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 知识库请求频率限制
icon: "gauge"
tag: "CLOUD"
---
<Note> ⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/use-dify/knowledge/knowledge-request-rate-limit)。</Note>
## 什么是知识库请求频率限制?
在 Dify Cloud 上,知识库请求频率限制指一个工作区在知识库中每分钟可执行的最大操作数。这些操作包括数据集创建、文档管理,以及在应用或工作流中的知识库查询。
## 不同订阅版本的限制
- **Sandbox**10 次/分钟
- **Professional**100 次/分钟
- **Team**1,000 次/分钟
例如,对于 **Sandbox 用户**,如果在 1 分钟内执行了 10 次命中测试,该用户的工作区将在接下来的 1 分钟内暂时无法执行受知识库请求频率限制的操作。
## 哪些操作会受到知识库请求频率限制?
当你执行以下操作时,会受到知识库请求频率限制:
1. 创建空数据集
2. 删除数据集
3. 更新数据集设置
4. 上传文档
5. 删除文档
6. 更新文档
7. 禁用文档
8. 启用文档
9. 归档文档
10. 恢复文档
11. 暂停文档处理
12. 恢复文档处理
13. 新增分段
14. 删除分段
15. 更新分段
16. 批量导入分段
17. 命中测试
18. App 或 Workflow 中查询知识库(多路召回虽然会多次查询知识库,但是只记作一次请求)