mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[GH-ISSUE #9796] Categories in leaderboard and server-side search #102645
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 @Fetnak on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9796
Feature Request
Is your feature request related to a problem? Please describe.
The current tag system often generates unrelated tags. Moreover, when I manually add my own tags, they are not suggested in subsequent evaluations.
Additionally, the client-side leaderboard search functionality is not working well, particularly on weaker devices where it often fails to work altogether.
Describe the solution you'd like
I propose adding a separate section in the settings to create your own custom categories, such as:
C++ Coding,Python Coding,TranslateandGeneralas fallback. Each evaluation should be required to have a category assigned to it, orGeneralif category was not selected.Also, I suggest moving the search functionality to the server-side.
Additional context
Without proper evaluations, it's difficult to determine which model doesn't meet my requirements and should be removed. I don't want to accidentally delete a model that performs poorly across the board but excels in translations, for example, even if it ends up at the bottom of the leaderboard. Additionally, it's challenging to select the right model for a specific task.
I hope you implement a more convenient evaluation system. Otherwise, I will have to host several Open WebUI instances just to have a normal leaderboard, because right now, I don't see any other solution.