Uses of Class
com.bytedesk.kbase.llm_faq.FaqRequest
Packages that use FaqRequest
Package
Description
-
Uses of FaqRequest in com.bytedesk.ai.robot.agent
Methods in com.bytedesk.ai.robot.agent that return FaqRequestModifier and TypeMethodDescriptionRobotAgentService.faqSimilarQuestions(String content, String orgUid) FAQ相似问题生成 将大模型返回的相似问题数组添加到FaqRequest对象的similarQuestions字段中Methods in com.bytedesk.ai.robot.agent that return types with arguments of type FaqRequestModifier and TypeMethodDescriptionstatic List<FaqRequest>RobotFaqConverter.convertToFaqRequests(String jsonString) 将generateFaq返回的字符串转换为FaqRequest对象列表RobotAgentService.generateFaq(String content, String orgUid) 生成FAQ -
Uses of FaqRequest in com.bytedesk.kbase.llm_faq
Methods in com.bytedesk.kbase.llm_faq with parameters of type FaqRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>FaqRestControllerVisitor.change(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestControllerVisitor.clickFaq(FaqRequest request) FaqRestService.clickFaq(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.create(FaqRequest request) FaqRestService.create(FaqRequest request) protected org.springframework.data.jpa.domain.Specification<FaqEntity>FaqRestService.createSpecification(FaqRequest request) voidFaqRestService.delateAll(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.delete(FaqRequest request) voidFaqRestService.delete(FaqRequest entity) org.springframework.http.ResponseEntity<?>FaqRestController.deleteAll(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.enable(FaqRequest request) FaqRestService.enable(FaqRequest request) FaqRestController.export(FaqRequest request, jakarta.servlet.http.HttpServletResponse response) FaqEntity.hasChanged(FaqRequest request) 判断问题和答案是否有变化org.springframework.http.ResponseEntity<?>FaqRestController.queryByOrg(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.queryByUid(FaqRequest request) FaqRestService.queryByUid(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.queryByUser(FaqRequest request) static org.springframework.data.jpa.domain.Specification<FaqEntity>FaqSpecification.search(FaqRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>FaqRestControllerVisitor.suggest(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.update(FaqRequest request) FaqRestService.update(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.updateAllIndex(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.updateAllVectorIndex(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.updateIndex(FaqRequest request) org.springframework.http.ResponseEntity<?>FaqRestController.updateVectorIndex(FaqRequest request) -
Uses of FaqRequest in com.bytedesk.kbase.llm_faq.elastic
Methods in com.bytedesk.kbase.llm_faq.elastic with parameters of type FaqRequestModifier and TypeMethodDescriptionFaqElasticService.suggestFaq(FaqRequest request) 用户在输入过程中,给出输入联想voidFaqElasticService.updateAllIndex(FaqRequest request) voidFaqElasticService.updateIndex(FaqRequest request) -
Uses of FaqRequest in com.bytedesk.kbase.llm_faq.vector
Methods in com.bytedesk.kbase.llm_faq.vector with parameters of type FaqRequestModifier and TypeMethodDescriptionvoidFaqVectorService.updateAllVectorIndex(FaqRequest request) 更新所有FAQ的向量索引voidFaqVectorService.updateVectorIndex(FaqRequest request) 更新FAQ的向量索引