Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/_ai_gateway_policies/ai-sanitizer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
* `-tr` (Turkish)

{:.info}
> The PII Anonymizer service loads one NLP model by default. Ensure at least **600MB of free memory** is available when running the container.
> The PII Anonymizer service loads one NLP model by default. Ensure at least **600MB of free memory** is available when running the container. If a user specifies a model that isn’t bundled with the deployed image, it will be downloaded at startup from the [spaCy models](https://github.com/explosion/spacy-models/) repository.

Check failure on line 187 in app/_ai_gateway_policies/ai-sanitizer/index.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [docs.Spelling] Did you really mean 'spaCy'? Raw Output: {"message": "[docs.Spelling] Did you really mean 'spaCy'?", "location": {"path": "app/_ai_gateway_policies/ai-sanitizer/index.md", "range": {"start": {"line": 187, "column": 259}}}, "severity": "ERROR"}

### Image configuration options

Expand Down
2 changes: 1 addition & 1 deletion app/_kong_plugins/ai-sanitizer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
* `-tr` (Turkish)

{:.info}
> The PII Anonymizer service loads one NLP model by default. Ensure at least **600MB of free memory** is available when running the container.
> The PII Anonymizer service loads one NLP model by default. Ensure at least **600MB of free memory** is available when running the container. If a user specifies a model that isn’t bundled with the deployed image, it will be downloaded at startup from the [spaCy models](https://github.com/explosion/spacy-models/) repository.

Check failure on line 189 in app/_kong_plugins/ai-sanitizer/index.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [docs.Spelling] Did you really mean 'spaCy'? Raw Output: {"message": "[docs.Spelling] Did you really mean 'spaCy'?", "location": {"path": "app/_kong_plugins/ai-sanitizer/index.md", "range": {"start": {"line": 189, "column": 259}}}, "severity": "ERROR"}

### Image configuration options

Expand Down
Loading