We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259728a commit 0829390Copy full SHA for 0829390
docs/faq/apply_setting.md
@@ -37,4 +37,10 @@
37
## 7 请求 Swagger API 报错“URL scheme must be 'http' or 'https' for CORS request.”
38
39
!!! Abstract ""
40
- Swagger 文档的 schemes 格式未正确选择,IP 地址使用了 http,而域名使用了 https。 确保 IP 和域名的协议需匹配。
+ Swagger 文档的 schemes 格式未正确选择,IP 地址使用了 http,而域名使用了 https。 确保 IP 和域名的协议需匹配。
41
+
42
43
+## 8 应用对话过程中上传的文件如何进行存储?是否会定时删除?
44
45
+!!! Abstract ""
46
+ MaxKB 应用在对话过程中上传的文件,先临时存储在数据库中,然后通过清除聊天记录的方式,每天定时(00:05:00)进行清除,以保障数据的安全性。
0 commit comments