Docs: update environments (#739)

This commit is contained in:
AllenWriter
2025-04-24 18:12:12 +08:00
committed by GitHub
parent 9d372dcc54
commit b5816bb438
5 changed files with 16 additions and 2 deletions
@@ -539,6 +539,10 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
For example: `http://unstructured:8000/general/v0/general`
- TOP_K_MAX_VALUE
The maximum top-k value of RAG, default 10.
#### Multi-modal Configuration
- MULTIMODAL_SEND_IMAGE_FORMAT
@@ -532,6 +532,10 @@ dockerイメージまたはdocker-composeによる起動時にのみ有効です
例:`http://unstructured:8000/general/v0/general`
* TOP_K_MAX_VALUE
RAG の最大の上位 k 値。デフォルトは 10。
#### マルチモーダルモデル設定
* MULTIMODAL\_SEND\_IMAGE\_FORMAT
@@ -1,6 +1,7 @@
# 贡献
# 贡献指南
### 代码结构
参考如下代码文件结构可以帮助你更好地理解代码的组织方式。
```
[cmd/]
@@ -519,6 +519,11 @@ Flask 调试模式,开启可在接口输出 trace 信息,方便调试。
如:`http://unstructured:8000/general/v0/general`
* TOP_K_MAX_VALUE
RAG 的最大 top-k 值,默认值为 10。
#### 多模态模型配置
* MULTIMODAL\_SEND\_IMAGE\_FORMAT
@@ -1,4 +1,4 @@
# 私有化部署 Ollama + DeepSeek + Dify,构建你的专属私人 AI 助手
# 本地私有化部署 Ollama + DeepSeek + Dify,构建你的专属私人 AI 助手
## 概述