Skip to content

Commit 129caaf

Browse files
Refactored javadoc for HuggingFaceService
1 parent 13ef13b commit 129caaf

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/huggingface

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/huggingface/HuggingFaceService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
/**
5858
* This class is responsible for managing the Hugging Face inference service.
59-
* It handles the creation of models, chunked inference, and unified completion inference.
59+
* It manages model creation, as well as chunked, non-chunked, and unified completion inference.
6060
*/
6161
public class HuggingFaceService extends HuggingFaceBaseService {
6262
public static final String NAME = "hugging_face";

0 commit comments

Comments
 (0)