Uses of Class
com.bytedesk.kbase.llm_chunk.ChunkElastic
Packages that use ChunkElastic
Package
Description
ByteDesk 文档分割包
提供文档分割、向量化等功能
-
Uses of ChunkElastic in com.bytedesk.kbase.faq
Methods in com.bytedesk.kbase.faq with parameters of type ChunkElastic -
Uses of ChunkElastic in com.bytedesk.kbase.llm_chunk
Fields in com.bytedesk.kbase.llm_chunk declared as ChunkElasticMethods in com.bytedesk.kbase.llm_chunk that return ChunkElasticModifier and TypeMethodDescriptionstatic ChunkElasticChunkEntityElasticConverter.toElastic(ChunkEntity entity) 将单个 ChunkEntity 转换为 ChunkElasticMethods in com.bytedesk.kbase.llm_chunk that return types with arguments of type ChunkElasticModifier and TypeMethodDescriptionstatic List<ChunkElastic>ChunkEntityElasticConverter.toElasticList(List<ChunkEntity> entities) 将 ChunkEntity 列表转换为 ChunkElastic 列表Methods in com.bytedesk.kbase.llm_chunk with parameters of type ChunkElasticModifier and TypeMethodDescriptionstatic ChunkProtobufChunkProtobuf.fromElastic(ChunkElastic chunk)