mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #16773] feat: Make LLM receive Metadata from used RAG/Knowledge files #18040
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 @Marvin4444 on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16773
Check Existing Issues
Problem Description
When using Knowledge in a Chat, the LLM receives the Document, but not the Metadata from the Doc.
Desired Solution you'd like
I want it to be possible, to enable passing the Metadata to the LLM when using Knowledge.
Alternatives Considered
No response
Additional Context
No response