feat: self vector search

This commit is contained in:
archer
2023-08-26 18:24:16 +08:00
parent 13439c5183
commit be33794a5f
22 changed files with 151 additions and 71 deletions

View File

@@ -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,