Uses of Class
com.bytedesk.kbase.llm_faq.elastic.FaqElasticService
Packages that use FaqElasticService
Package
Description
-
Uses of FaqElasticService in com.bytedesk.ai.springai.service
Fields in com.bytedesk.ai.springai.service declared as FaqElasticServiceModifier and TypeFieldDescriptionprotected FaqElasticServiceBaseSpringAIService.faqElasticService -
Uses of FaqElasticService in com.bytedesk.kbase.llm_faq
Fields in com.bytedesk.kbase.llm_faq declared as FaqElasticServiceModifier and TypeFieldDescriptionprivate final FaqElasticServiceFaqRestController.faqElasticServiceprivate final FaqElasticServiceFaqRestControllerVisitor.faqElasticServiceConstructors in com.bytedesk.kbase.llm_faq with parameters of type FaqElasticServiceModifierConstructorDescriptionFaqRestController(FaqRestService faqRestService, FaqElasticService faqElasticService) -
Uses of FaqElasticService in com.bytedesk.kbase.llm_faq.mq
Fields in com.bytedesk.kbase.llm_faq.mq declared as FaqElasticServiceModifier and TypeFieldDescriptionprivate final FaqElasticServiceFaqIndexConsumer.faqElasticServiceConstructors in com.bytedesk.kbase.llm_faq.mq with parameters of type FaqElasticServiceModifierConstructorDescriptionFaqIndexConsumer(FaqElasticService faqElasticService, FaqRestService faqRestService)