Uses of Class
com.bytedesk.kbase.faq.vector.FaqVector
Packages that use FaqVector
-
Uses of FaqVector in com.bytedesk.kbase.faq
Methods in com.bytedesk.kbase.faq with parameters of type FaqVector -
Uses of FaqVector in com.bytedesk.kbase.faq.vector
Fields in com.bytedesk.kbase.faq.vector declared as FaqVectorMethods in com.bytedesk.kbase.faq.vector that return FaqVectorModifier and TypeMethodDescriptionprivate FaqVector
FaqVectorService.createSimpleFaqVectorFromDocument
(org.springframework.ai.document.Document doc) 从文档创建简化版的FaqVector对象 用于在找不到对应的FAQ实体时提供基础信息static FaqVector
FaqVector.fromFaqEntity
(FaqEntity faq) 从FaqEntity创建FaqVector实体的静态方法 注意:向量嵌入需要单独计算并设置