Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions technical/patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,21 @@ Patches
- name: 'OIDC aak roles and groups'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/33.diff]
- branch: 'feature/oidc-group-claims'
- name: 'Group sharing permissions'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/47.diff]
- branch: 'feature/group-sharing-permissions'

- name: 'Template for rag queries'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/49.diff]
- branch: 'feature/rag-query-template'

Patches OS2:

- name: 'Use tokenizer from the embedding model'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/53.diff]
- branch: 'feature/embed-tokenizer'

Patches AAK:

- name: 'External RAG/Ingestion service'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/52.diff]
- branch: 'feature/external-ingest-rag'
- name: 'Allow only admin users to generate API-KEY for the backend'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/41.diff]
- branch: 'feature/admin-api-keys'
Expand All @@ -50,3 +59,6 @@ Patches AAK:
- name: 'Expose file metadata URL in citation modal'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/44.diff]
- branch: 'feature/citation-modal-url'
- name: 'Route MCP tool results through the existing citation pipeline (agentic search)'
- url: [https://patch-diff.githubusercontent.com/raw/AarhusAI/open-webui/pull/50.diff]
- branch: 'feature/agentic-search'