* Add version prefix to Inference Service API path * Update docs/changelog/117696.yaml
@@ -0,0 +1,5 @@
+pr: 117696
+summary: "[8.x] Add version prefix to Inference Service API path"
+area: Inference
+type: enhancement
+issues: []
@@ -108,6 +108,6 @@ public class ElasticInferenceServiceSparseEmbeddingsModel extends ElasticInferen
default -> throw new IllegalArgumentException("Unsupported model for EIS [" + modelId + "]");
}
- return new URI(elasticInferenceServiceComponents().eisGatewayUrl() + "/sparse-text-embedding/" + modelIdUriPath);
+ return new URI(elasticInferenceServiceComponents().eisGatewayUrl() + "/api/v1/sparse-text-embedding/" + modelIdUriPath);