[ML] Custom service add support for input_type, top_n, and return_documents (#129441)

* Making progress on different request parameters

* Working tests

* Adding custom service validator for rerank

* Fixing embedding bug

* Adding transport version check

* Fixing tests

* Fixing license header

* Fixing writeTo

* Moving file and removing commented code

* Fixing test

* Fixing tests

* Refactoring and tests

* Fixing test
This commit is contained in:
Jonathan Buttner 2025-06-20 12:23:48 -04:00 committed by GitHub
parent a230165df3
commit d9b34d43a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 1372 additions and 125 deletions

View file

@ -475,6 +475,7 @@ module org.elasticsearch.server {
org.elasticsearch.serverless.apifiltering;
exports org.elasticsearch.lucene.spatial;
exports org.elasticsearch.inference.configuration;
exports org.elasticsearch.inference.validation;
exports org.elasticsearch.monitor.metrics;
exports org.elasticsearch.plugins.internal.rewriter to org.elasticsearch.inference;
exports org.elasticsearch.lucene.util.automaton;