Uses of Class
com.bytedesk.kbase.llm_text.elastic.TextElasticService
Packages that use TextElasticService
-
Uses of TextElasticService in com.bytedesk.ai.springai.service
Fields in com.bytedesk.ai.springai.service declared as TextElasticServiceModifier and TypeFieldDescriptionprotected TextElasticService
BaseSpringAIService.textElasticService
-
Uses of TextElasticService in com.bytedesk.kbase.llm_text
Fields in com.bytedesk.kbase.llm_text declared as TextElasticServiceModifier and TypeFieldDescriptionprivate final TextElasticService
TextEventListener.textElasticService
private final TextElasticService
TextRestController.textElasticService
Constructors in com.bytedesk.kbase.llm_text with parameters of type TextElasticServiceModifierConstructorDescriptionTextEventListener
(TextRestService textRestService, TextElasticService textElasticService, UploadRestService uploadRestService) TextRestController
(TextRestService textRestService, TextElasticService textElasticService)