mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
[ML] Make Inference Services pluggable (#99886)
Creates an InferenceServicePlugins interface for inference services to implement and adds a test implementation to mock an inference service.
This commit is contained in:
parent
9ea5250c0c
commit
096cf81670
97 changed files with 705 additions and 392 deletions
|
@ -278,6 +278,7 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.indices.recovery;
|
||||
exports org.elasticsearch.indices.recovery.plan;
|
||||
exports org.elasticsearch.indices.store;
|
||||
exports org.elasticsearch.inference;
|
||||
exports org.elasticsearch.ingest;
|
||||
exports org.elasticsearch.internal
|
||||
to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue