Uses of Class
com.bytedesk.kbase.llm_faq.FaqProtobuf
Packages that use FaqProtobuf
-
Uses of FaqProtobuf in com.bytedesk.ai.service
Fields in com.bytedesk.ai.service with type parameters of type FaqProtobufModifier and TypeFieldDescriptionprivate final List<FaqProtobuf>SearchResultWithSources.searchResultsMethods in com.bytedesk.ai.service that return types with arguments of type FaqProtobufModifier and TypeMethodDescriptionSearchResultWithSources.getSearchResults()protected List<FaqProtobuf>KnowledgeBaseSearchHelper.searchKnowledgeBase(String query, RobotProtobuf robot) Method parameters in com.bytedesk.ai.service with type arguments of type FaqProtobufModifier and TypeMethodDescriptionPromptHelper.buildContextFromFaqs(List<FaqProtobuf> searchResultList) voidKnowledgeBaseSearchHelper.executeFulltextSearchWithSources(String query, String kbUid, List<FaqProtobuf> searchResultList, List<RobotContent.SourceReference> sourceReferences) 执行全文搜索并填充结果与来源引用voidKnowledgeBaseSearchHelper.executeVectorSearchWithSources(String query, String kbUid, List<FaqProtobuf> searchResultList, List<RobotContent.SourceReference> sourceReferences) 执行向量搜索并填充结果与来源引用Constructor parameters in com.bytedesk.ai.service with type arguments of type FaqProtobufModifierConstructorDescriptionSearchResultWithSources(List<FaqProtobuf> searchResults, List<RobotContent.SourceReference> sourceReferences) -
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.fromArticle(ArticleElastic article) static FaqProtobufFaqProtobuf.fromArticleVector(ArticleVector article) static 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) static FaqProtobufFaqProtobuf.fromWebpage(WebpageElastic webpage) static FaqProtobufFaqProtobuf.fromWebpageVector(WebpageVector webpage)