mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Model search doesn't work properly. #962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MicahZoltu on GitHub (May 18, 2024).
Bug Report
Description
Bug Summary:
If you have a large number of models, when you try to search for a model by name it doesn't always show all matches.
Steps to Reproduce:
Llama-3meta-llama/Llama-3-70b-chat-hf(and several others) that should have showed up in the search.meta-llama/Llama.Expected Behavior:
Expected search to do partial match anywhere in the name.
Actual Behavior:
It appears to only match up to the first
/. I'm not sure what significance the separator has, but it is breaking search.Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
None appear during search.
Docker Container Logs:
None appear during search.
Screenshots (if applicable):
N/A - can provide if needed, but repro steps hopefully are clear enough.
Installation Method
Docker.
@tjbck commented on GitHub (May 18, 2024):
Fixed on dev.