mistpe commited on
Commit
a46bf81
·
verified ·
1 Parent(s): 910834c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -6
config.json CHANGED
@@ -1,11 +1,10 @@
1
  {
2
  "feConfigs": {
3
- "lafEnv": "https://laf.dev" // laf环境。 https://laf.run (杭州阿里云) ,或者私有化的laf环境。如果使用 Laf openapi 功能,需要最新版的 laf 。
4
- },
5
  "systemEnv": {
6
- "vectorMaxProcess": 15, // 向量处理线程数量
7
- "qaMaxProcess": 15, // 问答拆分线程数量
8
- "tokenWorkers": 50, // Token 计算线程保持数,会持续占用内存,不能设置太大。
9
- "pgHNSWEfSearch": 100 // 向量搜索参数。越大,搜索越精确,但是速度越慢。设置为100,有99%+精度。
10
  }
11
  }
 
1
  {
2
  "feConfigs": {
3
+ "lafEnv": "https://laf.dev"
 
4
  "systemEnv": {
5
+ "vectorMaxProcess": 15,
6
+ "qaMaxProcess": 15,
7
+ "tokenWorkers": 50,
8
+ "pgHNSWEfSearch": 100
9
  }
10
  }