Limitations
Elastic Stack Serverless
The following limitations and known problems apply to the 9.0.0-beta1 release of the Elastic natural language processing trained models feature.
When using semantic text to ingest documents, chunking takes place automatically. The number of chunks is limited by the index.mapping.nested_objects.limit
cluster setting, which defaults to 10k. Documents that are too large will cause errors during ingestion. To avoid this issue, please split your documents into roughly 1MB parts before ingestion.
When you use ELSER for semantic search, only the first 512 extracted tokens from each field of the ingested documents that ELSER is applied to are taken into account for the search process. If your data set contains long documents, divide them into smaller segments before ingestion if you need the full text to be searchable.