File size: 1,392 Bytes
94f1300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
korean-privacy-ai-assistant (KPAA)
============================

This project draws inspiration from korean-law-mcp
(https://github.com/chrisryugj/korean-law-mcp) for the surface area of
법제처 OPEN API endpoints to wrap. No source code is vendored; only the
factual mapping of which government endpoints exist for which legal
domains was used as a starting point.


Data sources
------------

* 법제처 OPEN API (https://open.law.go.kr)
  Requires an individual API key (LAW_OC) issued free at the URL above.
  Government data, generally usable under 공공누리(KOGL).

* 개인정보보호위원회 개인정보 상담사례 (https://www.privacy.go.kr)
  Scraped via the public AJAX endpoint
    /front/case/onMadangListAjax.do
  Government data presumed under 공공누리 제1유형 (출처표시); the snapshot
  shipped with this repo is a verbatim copy of the public board content,
  trimmed only to fit chatbot context windows. Each citation in the
  chatbot's answers includes the case number and the privacy.go.kr URL.


Model
-----

Gemma 4 is licensed under the Gemma Terms of Use
  https://ai.google.dev/gemma/terms
End users are responsible for compliance with the Gemma terms when running
this project. The GGUF distribution used by default is
  bartowski/google_gemma-4-E2B-it-GGUF
on Hugging Face; downloading the GGUF on first run is subject to the same
Gemma terms.