mirror of
https://github.com/open-webui/open-webui
synced 2025-06-08 23:47:14 +00:00
refac: fuzzy search threshold
This commit is contained in:
parent
f73a60d96c
commit
439cb66672
@ -59,7 +59,8 @@
|
|||||||
return _item;
|
return _item;
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
keys: ['value', 'label', 'tags', 'desc', 'modelName']
|
keys: ['value', 'tags', 'modelName'],
|
||||||
|
threshold: 0.3
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user