X commited on
Create config.json
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feConfigs": {
|
| 3 |
+
"lafEnv": "https://laf.dev"
|
| 4 |
+
},
|
| 5 |
+
"systemEnv": {
|
| 6 |
+
"vectorMaxProcess": 15,
|
| 7 |
+
"qaMaxProcess": 15,
|
| 8 |
+
"tokenWorkers": 50,
|
| 9 |
+
"pgHNSWEfSearch": 100
|
| 10 |
+
}
|
| 11 |
+
}
|