Uses of Class
com.bytedesk.kbase.llm_faq.FaqProtobuf
Packages that use FaqProtobuf
-
Uses of FaqProtobuf in com.bytedesk.ai.springai.service
Methods in com.bytedesk.ai.springai.service that return types with arguments of type FaqProtobufModifier and TypeMethodDescriptionprotected List<FaqProtobuf>BaseSpringAIService.searchKnowledgeBase(String query, RobotProtobuf robot) Method parameters in com.bytedesk.ai.springai.service with type arguments of type FaqProtobufModifier and TypeMethodDescriptionprivate voidBaseSpringAIService.executeFulltextSearch(String query, String kbUid, List<FaqProtobuf> searchResultList) private voidBaseSpringAIService.executeVectorSearch(String query, String kbUid, List<FaqProtobuf> searchResultList) private voidBaseSpringAIService.processDirectResponse(String query, List<FaqProtobuf> searchContentList, RobotProtobuf robot, MessageProtobuf messageProtobufQuery, MessageProtobuf messageProtobufReply, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) private voidBaseSpringAIService.processLlmResponse(String query, List<FaqProtobuf> searchResultList, RobotProtobuf robot, MessageProtobuf messageProtobufQuery, MessageProtobuf messageProtobufReply, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) protected voidBaseSpringAIService.processLlmResponseWebsocket(String query, List<FaqProtobuf> searchResultList, RobotProtobuf robot, MessageProtobuf messageProtobufQuery, MessageProtobuf messageProtobufReply) -
Uses of FaqProtobuf in com.bytedesk.kbase.llm_faq
Fields in com.bytedesk.kbase.llm_faq with type parameters of type FaqProtobufMethods in com.bytedesk.kbase.llm_faq that return FaqProtobufModifier and TypeMethodDescriptionstatic FaqProtobufFaqProtobuf.fromChunk(ChunkElastic chunk) static FaqProtobufFaqProtobuf.fromChunkVector(ChunkVector chunk) static FaqProtobufFaqProtobuf.fromElastic(FaqElastic faq) static FaqProtobufFaqProtobuf.fromFaqVector(FaqVector faq) static FaqProtobufstatic FaqProtobufFaqProtobuf.fromText(TextElastic text) static FaqProtobufFaqProtobuf.fromTextVector(TextVector text)