[PR #24850] [CLOSED] [JAWA-1353] Config-as-code: Knowledge Base document collections in open-webui fork #115197

Closed
opened 2026-05-18 16:09:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/24850
Author: @JawafdehiBot
Created: 5/17/2026
Status: Closed

Base: mainHead: knowledge-collections-JAWA-1353


📝 Commits (1)

  • a948ae3 Add 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 overview
  • ciaa-act.md — CIAA constitutional basis, powers, and procedures
  • special-court-act.md — Special Court structure, jurisdiction, and trial process
  • nepal-constitution-anti-corruption.md — Constitutional provisions on anti-corruption

configs/knowledge/caseworker-guides/ (3 files)

  • case-analysis-workflow.md — End-to-end case analysis workflow guide
  • using-tools.md — Reference for all Jawafdehi MCP tools and common workflows
  • case-classification-guide.md — Case types, entity types, tagging, and status tracking

configs/knowledge/court-reference/ (3 files)

  • nepal-court-system.md — Court hierarchy, identifiers, and case number formats
  • ngm-query-reference.md — NGM database schema and common SQL query patterns
  • case-statuses-and-terms.md — Case lifecycle, Nepali legal terminology, sentence types

scripts/

  • export-case-archive.sh — Automated case archive exporter using Jawafdehi API with pagination, resume support, and JSONL/JSON output

Paperclip 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/24850 **Author:** [@JawafdehiBot](https://github.com/JawafdehiBot) **Created:** 5/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `knowledge-collections-JAWA-1353` --- ### 📝 Commits (1) - [`a948ae3`](https://github.com/open-webui/open-webui/commit/a948ae3f9bcc7cdffea692be4dd5eae02e086aba) Add knowledge base document collections and case export script ### 📊 Changes **11 files changed** (+970 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 overview - `ciaa-act.md` — CIAA constitutional basis, powers, and procedures - `special-court-act.md` — Special Court structure, jurisdiction, and trial process - `nepal-constitution-anti-corruption.md` — Constitutional provisions on anti-corruption ### configs/knowledge/caseworker-guides/ (3 files) - `case-analysis-workflow.md` — End-to-end case analysis workflow guide - `using-tools.md` — Reference for all Jawafdehi MCP tools and common workflows - `case-classification-guide.md` — Case types, entity types, tagging, and status tracking ### configs/knowledge/court-reference/ (3 files) - `nepal-court-system.md` — Court hierarchy, identifiers, and case number formats - `ngm-query-reference.md` — NGM database schema and common SQL query patterns - `case-statuses-and-terms.md` — Case lifecycle, Nepali legal terminology, sentence types ### scripts/ - `export-case-archive.sh` — Automated case archive exporter using Jawafdehi API with pagination, resume support, and JSONL/JSON output ## Paperclip Issue [/JAWA/issues/JAWA-1353](/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. --- <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-05-18 16:09:00 -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#115197