feat: 添加文档处理API和配置更新
This commit is contained in:
10
config.yml
10
config.yml
@@ -62,9 +62,9 @@ jaeger:
|
||||
eino:
|
||||
# 文件切分配置
|
||||
splitter:
|
||||
bufferSize: 1
|
||||
minChunkSize: 64
|
||||
percentile: 0.75
|
||||
bufferSize: 3 # 必须 >=3 才能识别上下文语义
|
||||
minChunkSize: 1 # 避免切碎
|
||||
percentile: 0.75 # 保持不变
|
||||
# 向量化配置
|
||||
embedding:
|
||||
provider: "dashscope"
|
||||
@@ -77,6 +77,10 @@ eino:
|
||||
provider: "dashscope"
|
||||
apiKey: "sk-4a8b82770bf74bc490eb3e4c5a8e2be9"
|
||||
model: "qwen-turbo"
|
||||
rerank:
|
||||
provider: "dashscope"
|
||||
apiKey: "sk-4a8b82770bf74bc490eb3e4c5a8e2be9"
|
||||
model: "qwen3-rerank"
|
||||
|
||||
# 文件上传服务地址,与oss模块minio中的endpoint一致
|
||||
filePrefix: "http://116.204.74.41:9000"
|
||||
|
||||
Reference in New Issue
Block a user