mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-24 02:01:45 +08:00
perf: vector format (#5516)
* perf: vector format * feat: embedding batch size
This commit is contained in:
@@ -110,6 +110,8 @@ export enum FlowNodeTypeEnum {
|
||||
systemConfig = 'userGuide',
|
||||
pluginConfig = 'pluginConfig',
|
||||
globalVariable = 'globalVariable',
|
||||
comment = 'comment',
|
||||
|
||||
workflowStart = 'workflowStart',
|
||||
chatNode = 'chatNode',
|
||||
|
||||
@@ -141,7 +143,6 @@ export enum FlowNodeTypeEnum {
|
||||
loopStart = 'loopStart',
|
||||
loopEnd = 'loopEnd',
|
||||
formInput = 'formInput',
|
||||
comment = 'comment',
|
||||
tool = 'tool',
|
||||
toolSet = 'toolSet'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user