This commit is contained in:
archer
2023-06-14 14:33:26 +08:00
parent 85e6a0f38d
commit 8036ed6143
3 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ export async function appKbSearch({
.map((item) => `'${item}'`)
.join(',')}) AND vector <#> '[${promptVector[0]}]' < -${similarity} order by vector <#> '[${
promptVector[0]
}]' limit 15;
}]' limit 10;
COMMIT;`
);