mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #5434] Document query playground #13983
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 @ludwigHoon on GitHub (Sep 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5434
Is your feature request related to a problem? Please describe.
Sometimes, it's unclear whether the current retrieval settings are adequate for the tasks and sometimes I just want to look at the possible chunks included in the chat for llm.
Describe the solution you'd like
An additional background that retrieve the chunks that would be added as context in the chat. This UI should include a tag/collection filter and optionally allow user to set, e.g., number of chunks to retrieve and whether to use hybrid query. The output should be a table, containing: The document, the chunk, and the score.
Describe alternatives you've considered
Additional context
None