mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #24850] [CLOSED] [JAWA-1353] Config-as-code: Knowledge Base document collections in open-webui fork #115197
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24850
Author: @JawafdehiBot
Created: 5/17/2026
Status: ❌ Closed
Base:
main← Head:knowledge-collections-JAWA-1353📝 Commits (1)
a948ae3Add knowledge base document collections and case export script📊 Changes
11 files changed (+970 additions, -0 deletions)
View changed files
➕
configs/knowledge/caseworker-guides/case-analysis-workflow.md(+96 -0)➕
configs/knowledge/caseworker-guides/case-classification-guide.md(+82 -0)➕
configs/knowledge/caseworker-guides/using-tools.md(+90 -0)➕
configs/knowledge/court-reference/case-statuses-and-terms.md(+66 -0)➕
configs/knowledge/court-reference/nepal-court-system.md(+102 -0)➕
configs/knowledge/court-reference/ngm-query-reference.md(+119 -0)➕
configs/knowledge/legal-framework/ciaa-act.md(+46 -0)➕
configs/knowledge/legal-framework/nepal-constitution-anti-corruption.md(+44 -0)➕
configs/knowledge/legal-framework/prevention-of-corruption-act.md(+32 -0)➕
configs/knowledge/legal-framework/special-court-act.md(+55 -0)➕
scripts/export-case-archive.sh(+238 -0)📄 Description
Summary
Adds knowledge base document collections and case export script to the Jawafdehi open-webui fork as part of config-as-code initiative.
Changes
configs/knowledge/legal-framework/ (4 files)
prevention-of-corruption-act.md— Nepal Prevention of Corruption Act 2059 overviewciaa-act.md— CIAA constitutional basis, powers, and proceduresspecial-court-act.md— Special Court structure, jurisdiction, and trial processnepal-constitution-anti-corruption.md— Constitutional provisions on anti-corruptionconfigs/knowledge/caseworker-guides/ (3 files)
case-analysis-workflow.md— End-to-end case analysis workflow guideusing-tools.md— Reference for all Jawafdehi MCP tools and common workflowscase-classification-guide.md— Case types, entity types, tagging, and status trackingconfigs/knowledge/court-reference/ (3 files)
nepal-court-system.md— Court hierarchy, identifiers, and case number formatsngm-query-reference.md— NGM database schema and common SQL query patternscase-statuses-and-terms.md— Case lifecycle, Nepali legal terminology, sentence typesscripts/
export-case-archive.sh— Automated case archive exporter using Jawafdehi API with pagination, resume support, and JSONL/JSON outputPaperclip Issue
/JAWA/issues/JAWA-1353
Paperclip-Run-Id: 3bab6d2f-1f9c-4e1c-b7dc-80dad1143a7c
Rollback
Non-destructive: removes knowledge documents and export script from configs/. Revert the merge commit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.