Skip to content

Commit 2ff53dd

Browse files
authored
[AI Assistant] Add Non-string fields anonymization limitation (#4960)
This PR closes [Issue 3381](elastic/docs-content#3381)
1 parent 699b834 commit 2ff53dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/observability/observability-ai-assistant.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,11 +517,11 @@ Anonymization requires the following:
517517

518518
Anonymization has the following limitations:
519519

520+
* *Non-string fields*: Anonymization only applies to string values. Booleans, numbers, image types, and other non-string values are ignored.
520521
* *Performance (NER)*: Running an NER model can add latency depending on the request. To improve performance of the model, consider scaling up your ML nodes by adjusting deployment parameters: increase `number_of_allocations` for better throughput and `threads_per_allocation` for faster individual requests. For details, refer to https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-start-trained-model-deployment[start trained model deployment API].
521522
* *Structured JSON*: The NER model we validated (`elastic/distilbert-base-uncased-finetuned-conll03-english`) is trained on natural English text and often misses entities inside JSON or other structured data. If thorough masking is required, prefer regex rules and craft them to account for JSON syntax.
522523
* *False negatives / positives*: No model or pattern is perfect. Model accuracy may vary depending on model and input.
523524

524-
525525
[discrete]
526526
[[obs-ai-known-issues]]
527527
== Known issues

0 commit comments

Comments
 (0)