[PR #23439] [CLOSED] docs: Add EU AI Act compliance guide for Open WebUI deployers #50243

Closed
opened 2026-04-30 02:52:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/23439
Author: @BipinRimal314
Created: 4/6/2026
Status: Closed

Base: mainHead: docs/eu-ai-act-compliance-guide


📝 Commits (1)

  • ea41247 docs: Add EU AI Act compliance guide for Open WebUI deployers

📊 Changes

1 file changed (+62 additions, -0 deletions)

View changed files

docs/eu-ai-act-compliance-guide.md (+62 -0)

📄 Description

Summary

Open WebUI is the interface between AI models and users. For organizations deploying it within EU jurisdiction, the AI Act's deployer obligations apply regardless of Open WebUI's open-source exemption under Article 25(4).

This guide maps the most relevant obligations to Open WebUI's existing features:

  • Article 50 (User Disclosure): the primary obligation for any chat interface deployment. Open WebUI's model labels partially satisfy this; the guide covers what else deployers may need.
  • Article 12 (Record-Keeping): Open WebUI's chat history provides a baseline. The guide specifies what retention policies deployers should verify.
  • Article 13 (Transparency): what deployers should document about available models, RAG sources, and tools.
  • Article 26 (High-Risk Use): when connecting Open WebUI to domain-specific knowledge bases can elevate deployers to provider-equivalent status.

Placed in docs/ alongside existing project documentation.

Test plan

  • Verify markdown renders correctly on GitHub
  • Confirm Article references match the EU AI Act as published in the Official Journal (Regulation 2024/1689)
  • Review that guidance aligns with Open WebUI's current feature set (model labels, chat history, RAG, tools)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/23439 **Author:** [@BipinRimal314](https://github.com/BipinRimal314) **Created:** 4/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/eu-ai-act-compliance-guide` --- ### 📝 Commits (1) - [`ea41247`](https://github.com/open-webui/open-webui/commit/ea412472729c09fb77bd7aee0eb3f29d3452e8bb) docs: Add EU AI Act compliance guide for Open WebUI deployers ### 📊 Changes **1 file changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/eu-ai-act-compliance-guide.md` (+62 -0) </details> ### 📄 Description ## Summary Open WebUI is the interface between AI models and users. For organizations deploying it within EU jurisdiction, the AI Act's deployer obligations apply regardless of Open WebUI's open-source exemption under Article 25(4). This guide maps the most relevant obligations to Open WebUI's existing features: - **Article 50 (User Disclosure)**: the primary obligation for any chat interface deployment. Open WebUI's model labels partially satisfy this; the guide covers what else deployers may need. - **Article 12 (Record-Keeping)**: Open WebUI's chat history provides a baseline. The guide specifies what retention policies deployers should verify. - **Article 13 (Transparency)**: what deployers should document about available models, RAG sources, and tools. - **Article 26 (High-Risk Use)**: when connecting Open WebUI to domain-specific knowledge bases can elevate deployers to provider-equivalent status. Placed in `docs/` alongside existing project documentation. ## Test plan - [ ] Verify markdown renders correctly on GitHub - [ ] Confirm Article references match the EU AI Act as published in the Official Journal (Regulation 2024/1689) - [ ] Review that guidance aligns with Open WebUI's current feature set (model labels, chat history, RAG, tools) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 02:52:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#50243