Uses of Class
com.bytedesk.kbase.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 void
BaseSpringAIService.executeFulltextSearch
(String query, String kbUid, List<FaqProtobuf> searchResultList) private void
BaseSpringAIService.executeVectorSearch
(String query, String kbUid, List<FaqProtobuf> searchResultList) private void
BaseSpringAIService.processDirectResponse
(String query, List<FaqProtobuf> searchContentList, RobotProtobuf robot, MessageProtobuf messageProtobufQuery, MessageProtobuf messageProtobufReply, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) private void
BaseSpringAIService.processLlmResponse
(String query, List<FaqProtobuf> searchResultList, RobotProtobuf robot, MessageProtobuf messageProtobufQuery, MessageProtobuf messageProtobufReply, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) protected void
BaseSpringAIService.processLlmResponseWebsocket
(String query, List<FaqProtobuf> searchResultList, RobotProtobuf robot, MessageProtobuf messageProtobufQuery, MessageProtobuf messageProtobufReply) -
Uses of FaqProtobuf in com.bytedesk.kbase.faq
Fields in com.bytedesk.kbase.faq with type parameters of type FaqProtobufMethods in com.bytedesk.kbase.faq that return FaqProtobufModifier and TypeMethodDescriptionstatic FaqProtobuf
FaqProtobuf.fromChunk
(ChunkElastic chunk) static FaqProtobuf
FaqProtobuf.fromChunkVector
(ChunkVector chunk) static FaqProtobuf
FaqProtobuf.fromElastic
(FaqElastic faq) static FaqProtobuf
FaqProtobuf.fromFaqVector
(FaqVector faq) static FaqProtobuf
static FaqProtobuf
FaqProtobuf.fromText
(TextElastic text) static FaqProtobuf
FaqProtobuf.fromTextVector
(TextVector text)