Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
dfa6586e
authored
Jan 10, 2024
by
Yao Yao
Committed by
GitHub
Jan 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: update SystemParams to systemEnv (#712)
* Ignore .idea directory * docs: update SystemParams to systemEnv
parent
5968bfeb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
docSite/content/docs/development/intro.md
+1
-1
No files found.
docSite/content/docs/development/intro.md
View file @
dfa6586e
...
@@ -62,7 +62,7 @@ git clone git@github.com:<github_username>/FastGPT.git
...
@@ -62,7 +62,7 @@ git clone git@github.com:<github_username>/FastGPT.git
**注意:json 配置文件不能包含注释,介绍中为了方便看才加入的注释**
**注意:json 配置文件不能包含注释,介绍中为了方便看才加入的注释**
这个文件大部分时候不需要修改。只需要关注
SystemParams
里的参数:
这个文件大部分时候不需要修改。只需要关注
`systemEnv`
里的参数:
-
`vectorMaxProcess`
: 向量生成最大进程,根据数据库和 key 的并发数来决定,通常单个 120 号,2c4g 服务器设置 10~15。
-
`vectorMaxProcess`
: 向量生成最大进程,根据数据库和 key 的并发数来决定,通常单个 120 号,2c4g 服务器设置 10~15。
-
`qaMaxProcess`
: QA 生成最大进程
-
`qaMaxProcess`
: QA 生成最大进程
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment