Uses of Class
com.bytedesk.kbase.llm_text.TextElastic
Packages that use TextElastic
-
Uses of TextElastic in com.bytedesk.kbase.faq
Methods in com.bytedesk.kbase.faq with parameters of type TextElastic -
Uses of TextElastic in com.bytedesk.kbase.llm_text
Fields in com.bytedesk.kbase.llm_text declared as TextElasticMethods in com.bytedesk.kbase.llm_text that return TextElasticModifier and TypeMethodDescriptionstatic TextElastic
TextEntityElasticConverter.toElastic
(TextEntity entity) 将单个 TextEntity 转换为 TextElasticMethods in com.bytedesk.kbase.llm_text that return types with arguments of type TextElasticModifier and TypeMethodDescriptionstatic List<TextElastic>
TextEntityElasticConverter.toElasticList
(List<TextEntity> entities) 将 TextEntity 列表转换为 TextElastic 列表Methods in com.bytedesk.kbase.llm_text with parameters of type TextElastic