mirror of
https://github.com/alibaba/higress.git
synced 2026-04-22 12:37:26 +08:00
Ai data mask deny word match optimize (#1453)
This commit is contained in:
@@ -129,3 +129,4 @@ Please note that you need to replace `"key":"value"` with the actual data conten
|
||||
- In streaming mode, if sensitive words are split across multiple chunks, there may be cases where part of the sensitive word is returned to the user
|
||||
- Grok built-in rule list: https://help.aliyun.com/zh/sls/user-guide/grok-patterns
|
||||
- Built-in sensitive word library data source: https://github.com/houbb/sensitive-word/tree/master/src/main/resources
|
||||
- Since the sensitive word list is matched after tokenizing the text, please set `deny_words` to single words. In the case of multiple words in English, such as `hello world`, the match may not be successful.
|
||||
|
||||
Reference in New Issue
Block a user