mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[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:
parent
a230165df3
commit
d9b34d43a5
38 changed files with 1372 additions and 125 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue