Uses of Class
com.bytedesk.kbase.llm_chunk.elastic.ChunkElastic
Packages that use ChunkElastic
Package
Description
ByteDesk 文档分割包
提供文档分割、向量化等功能
-
Uses of ChunkElastic in com.bytedesk.kbase.llm_chunk
Methods in com.bytedesk.kbase.llm_chunk with parameters of type ChunkElasticModifier and TypeMethodDescriptionstatic ChunkProtobuf
ChunkProtobuf.fromElastic
(ChunkElastic chunk) -
Uses of ChunkElastic in com.bytedesk.kbase.llm_chunk.elastic
Fields in com.bytedesk.kbase.llm_chunk.elastic declared as ChunkElasticMethods in com.bytedesk.kbase.llm_chunk.elastic that return ChunkElasticModifier and TypeMethodDescriptionstatic ChunkElastic
ChunkElastic.fromEntity
(ChunkEntity entity) 将单个 ChunkEntity 转换为 ChunkElasticMethods in com.bytedesk.kbase.llm_chunk.elastic that return types with arguments of type ChunkElasticModifier and TypeMethodDescriptionstatic List<ChunkElastic>
ChunkElastic.fromEntityList
(List<ChunkEntity> entities) 将 ChunkEntity 列表转换为 ChunkElastic 列表Methods in com.bytedesk.kbase.llm_chunk.elastic with parameters of type ChunkElasticModifier and TypeMethodDescriptionprivate void
ChunkElasticService.applyHighlighting
(ChunkElasticSearchResult result, String query, ChunkElastic chunkElastic) 为搜索结果添加高亮 -
Uses of ChunkElastic in com.bytedesk.kbase.llm_faq
Methods in com.bytedesk.kbase.llm_faq with parameters of type ChunkElastic