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 TextElasticServiceBaseSpringAIService.textElasticService -
Uses of TextElasticService in com.bytedesk.kbase.llm_text
Fields in com.bytedesk.kbase.llm_text declared as TextElasticServiceModifier and TypeFieldDescriptionprivate final TextElasticServiceTextEventListener.textElasticServiceprivate final TextElasticServiceTextRestController.textElasticServiceConstructors in com.bytedesk.kbase.llm_text with parameters of type TextElasticServiceModifierConstructorDescriptionTextEventListener(TextRestService textRestService, TextElasticService textElasticService, UploadRestService uploadRestService) TextRestController(TextRestService textRestService, TextElasticService textElasticService)