Commit 489bb076 by Archer Committed by GitHub

更新 configuration.md (#3188)

parent a9db5b57
...@@ -23,6 +23,7 @@ weight: 708 ...@@ -23,6 +23,7 @@ weight: 708
"systemEnv": { "systemEnv": {
"vectorMaxProcess": 15, "vectorMaxProcess": 15,
"qaMaxProcess": 15, "qaMaxProcess": 15,
"tokenWorkers": 50, // Token 计算线程保持数,会持续占用内存,不能设置太大。
"pgHNSWEfSearch": 100 // 向量搜索参数。越大,搜索越精确,但是速度越慢。设置为100,有99%+精度。 "pgHNSWEfSearch": 100 // 向量搜索参数。越大,搜索越精确,但是速度越慢。设置为100,有99%+精度。
}, },
"llmModels": [ "llmModels": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment