Package com.bytedesk.kbase.llm_text
Class TextEntityElasticConverter
java.lang.Object
com.bytedesk.kbase.llm_text.TextEntityElasticConverter
TextEntity 转换为 TextElastic 的工具类
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextElastic
toElastic
(TextEntity entity) 将单个 TextEntity 转换为 TextElasticstatic List<TextElastic>
toElasticList
(List<TextEntity> entities) 将 TextEntity 列表转换为 TextElastic 列表
-
Constructor Details
-
TextEntityElasticConverter
public TextEntityElasticConverter()
-
-
Method Details
-
toElastic
将单个 TextEntity 转换为 TextElastic- Parameters:
entity
- TextEntity 实体- Returns:
- TextElastic 对象
-
toElasticList
将 TextEntity 列表转换为 TextElastic 列表- Parameters:
entities
- TextEntity 实体列表- Returns:
- TextElastic 对象列表
-