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

@@ -49,7 +49,7 @@ export const getDefaultAppForm = (): EditFormType => {
},
kb: {
list: [],
searchSimilarity: 0.8,
searchSimilarity: 0.4,
searchLimit: 5,
searchEmptyText: ''
},