feat: self vector search
This commit is contained in:
@@ -218,7 +218,7 @@ export const KBSearchModule: FlowModuleTemplateType = {
|
||||
key: 'similarity',
|
||||
type: FlowInputItemTypeEnum.slider,
|
||||
label: '相似度',
|
||||
value: 0.8,
|
||||
value: 0.4,
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.01,
|
||||
@@ -845,7 +845,7 @@ export const appTemplates: (AppItemType & { avatar: string; intro: string })[] =
|
||||
key: 'similarity',
|
||||
type: 'slider',
|
||||
label: '相似度',
|
||||
value: 0.8,
|
||||
value: 0.4,
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.01,
|
||||
|
||||
Reference in New Issue
Block a user