mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac: fuzzy search threshold
This commit is contained in:
parent
f73a60d96c
commit
439cb66672
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@
|
||||||
return _item;
|
return _item;
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
keys: ['value', 'label', 'tags', 'desc', 'modelName']
|
keys: ['value', 'tags', 'modelName'],
|
||||||
|
threshold: 0.3
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue