From 49b10e74191d4d580c9305ac08d9898a79346d7d Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:35:20 -0500 Subject: [PATCH] docs: add open webui (#1734) Signed-off-by: Michele Dolfi --- docs/integrations/openwebui.md | 7 +++++++ mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/integrations/openwebui.md diff --git a/docs/integrations/openwebui.md b/docs/integrations/openwebui.md new file mode 100644 index 0000000..240f698 --- /dev/null +++ b/docs/integrations/openwebui.md @@ -0,0 +1,7 @@ +Docling is available as a plugin for [Open WebUI](https://github.com/open-webui/open-webui). + +- 📖 [Docs][docs] +- 💻 [GitHub][github] + +[github]: https://github.com/open-webui/open-webui +[docs]: https://docs.openwebui.com/features/document-extraction/docling diff --git a/mkdocs.yml b/mkdocs.yml index db8bf27..4f82c19 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -133,6 +133,7 @@ nav: - "DocETL": integrations/docetl.md - "Kotaemon": integrations/kotaemon.md - "OpenContracts": integrations/opencontracts.md + - "Open WebUI": integrations/openwebui.md - "Vectara": integrations/vectara.md - Reference: - Python API: