This commit is contained in:
2026-03-02 15:35:02 +08:00
parent a158cbbe9c
commit 460c2e87b8
26 changed files with 2040 additions and 265 deletions
+24 -3
View File
@@ -34,12 +34,33 @@ model_section = gpt-4o
url = http://10.122.176.97:21020
api_key = ragflow-xxxxx
retrieval = /api/v1/retrieval
upload = /api/v1/documents
# 上传模式:overwrite(覆盖更新)或 append(追加)
upload_mode = overwrite
retrieval_top_k = 3
table_retrieval_dataset_id =
sql_gen_dataset_id =
[redis]
# 是否启用 Redis 缓存(用于 sql_gen_prompts)
enabled = false
url = redis://localhost:6379/0
db = 0
# SQL 提示词缓存过期秒数
sql_prompt_ttl = 600
[stream]
# /api/workflows/stream 进度事件间隔(秒)
progress_interval = 0.3
[logging_mysql]
# 是否启用结构化日志写入 MySQL
enabled = false
host = 127.0.0.1
port = 3306
user = root
password =
database = more_dots
table = structured_logs
connect_timeout = 5
[nacos]
# 是否启用 Nacos 注册
enabled = false