mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16230] feat: Markdown search #56499
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 @alemstrom on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16230
Check Existing Issues
Problem Description
I've got a docling.json parse fastapi daemon running on host 192.168.88.171, in trying to us the documents function under the admin, and extraction use of docling, and creating a custom utility daemon to parse against, likeness to docling api:
Script
I've found that it doesn't function as expected, I also wrote functions (action, pipe, etc) to find that it is only a modification and processes it AFTER the question has been asked.
Desired Solution you'd like
The desired outcome is having my specialized app as demonstrated above be queried on each request, for information specific to a tenant id which is defined in the system prompt/initial context for the message.
I have tried everything but git export, but found its dockerized and thus can't add a plugin, and as research has provided, the plugins directory in the recent versions is no more.
Alternatives Considered
No response
Additional Context
No response