mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 07:00:15 +00:00
refactor: The first refactored version for sdk release (#907)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
This commit is contained in:
3
dbgpt/model/proxy/data_privacy/mask/__init__.py
Normal file
3
dbgpt/model/proxy/data_privacy/mask/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
data masking, transform private sensitive data into mask data, based on the tool sensitive data recognition.
|
||||
"""
|
3
dbgpt/model/proxy/data_privacy/mask/masking.py
Normal file
3
dbgpt/model/proxy/data_privacy/mask/masking.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
mask the sensitive data before upload LLM inference service
|
||||
"""
|
3
dbgpt/model/proxy/data_privacy/mask/recovery.py
Normal file
3
dbgpt/model/proxy/data_privacy/mask/recovery.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
recovery the data after LLM inference
|
||||
"""
|
3
dbgpt/model/proxy/data_privacy/sensitive_detection.py
Normal file
3
dbgpt/model/proxy/data_privacy/sensitive_detection.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
a tool to discovery sensitive data
|
||||
"""
|
Reference in New Issue
Block a user