* Update sparse text embeddings API route for Inference Service * Update docs/changelog/118369.yaml
@@ -0,0 +1,5 @@
+pr: 118369
+summary: "[8.x] Update sparse text embeddings API route for Inference Service"
+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() + "/api/v1/sparse-text-embedding/" + modelIdUriPath);
+ return new URI(elasticInferenceServiceComponents().eisGatewayUrl() + "/api/v1/sparse-text-embeddings/" + modelIdUriPath);