Uses of Class
com.bytedesk.kbase.llm_chunk.ChunkEntity
Packages that use ChunkEntity
Package
Description
ByteDesk 文档分割包
提供文档分割、向量化等功能
-
Uses of ChunkEntity in com.bytedesk.kbase.llm_chunk
Methods in com.bytedesk.kbase.llm_chunk that return ChunkEntityModifier and TypeMethodDescriptionprotected ChunkEntity
ChunkRestService.doSave
(ChunkEntity entity) ChunkRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChunkEntity entity) ChunkRestService.save
(ChunkEntity entity) Methods in com.bytedesk.kbase.llm_chunk that return types with arguments of type ChunkEntityModifier and TypeMethodDescriptionChunkRepository.findByDocId
(String docId) ChunkRepository.findByKbase_Uid
(String kbUid) org.springframework.data.domain.Page<ChunkEntity>
ChunkRestService.queryByOrgEntity
(ChunkRequest request) static org.springframework.data.jpa.domain.Specification<ChunkEntity>
ChunkSpecification.search
(ChunkRequest request) Methods in com.bytedesk.kbase.llm_chunk with parameters of type ChunkEntityModifier and TypeMethodDescriptionChunkRestService.convertToExcel
(ChunkEntity chunk) ChunkRestService.convertToResponse
(ChunkEntity entity) protected ChunkEntity
ChunkRestService.doSave
(ChunkEntity entity) ChunkRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChunkEntity entity) void
ChunkEntityListener.onPostPersist
(ChunkEntity chunk) void
ChunkEntityListener.onPostUpdate
(ChunkEntity chunk) ChunkRestService.save
(ChunkEntity entity) -
Uses of ChunkEntity in com.bytedesk.kbase.llm_chunk.event
Fields in com.bytedesk.kbase.llm_chunk.event declared as ChunkEntityModifier and TypeFieldDescriptionprivate ChunkEntity
ChunkCreateEvent.chunk
private ChunkEntity
ChunkDeleteEvent.chunk
private ChunkEntity
ChunkUpdateDocEvent.chunk
private ChunkEntity
ChunkUpdateEvent.chunk
Constructors in com.bytedesk.kbase.llm_chunk.event with parameters of type ChunkEntityModifierConstructorDescriptionChunkCreateEvent
(ChunkEntity chunk) ChunkDeleteEvent
(ChunkEntity chunk) ChunkUpdateDocEvent
(ChunkEntity chunk) ChunkUpdateEvent
(ChunkEntity chunk)