elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.4k stars 24.87k forks source link

[ML] Deprecate unused ChunkingOptions #117193

Open dan-rubinstein opened 5 days ago

dan-rubinstein commented 5 days ago

Description

Description

We pass around ChunkingOptions through all of our doChunkedInfer functions (example) but this object should no longer be in use as the new confiruable ChunkingSettings should be tracking all chunking configurations instead. This issue is to deprecate the ChunkingOptions object and remove it from the codebase.

elasticsearchmachine commented 4 days ago

Pinging @elastic/ml-core (Team:ML)