Uses of Class
com.bytedesk.kbase.llm_chunk.ChunkRequest
Packages that use ChunkRequest
Package
Description
ByteDesk 文档分割包
提供文档分割、向量化等功能
-
Uses of ChunkRequest in com.bytedesk.kbase.llm_chunk
Methods in com.bytedesk.kbase.llm_chunk with parameters of type ChunkRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ChunkRestController.create(ChunkRequest request) ChunkRestService.create(ChunkRequest request) protected org.springframework.data.jpa.domain.Specification<ChunkEntity>ChunkRestService.createSpecification(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.delete(ChunkRequest request) voidChunkRestService.delete(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.deleteAll(ChunkRequest request) voidChunkRestService.deleteAll(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.enable(ChunkRequest request) ChunkRestService.enable(ChunkRequest request) ChunkRestController.export(ChunkRequest request, jakarta.servlet.http.HttpServletResponse response) ChunkEntity.hasChanged(ChunkRequest request) 判断内容是否有变化 只有当关键内容发生变化时,才会触发更新向量索引org.springframework.http.ResponseEntity<?>ChunkRestController.queryByOrg(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.queryByUid(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.queryByUser(ChunkRequest request) static org.springframework.data.jpa.domain.Specification<ChunkEntity>ChunkSpecification.search(ChunkRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>ChunkRestController.update(ChunkRequest request) ChunkRestService.update(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.updateAllIndex(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.updateAllVectorIndex(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.updateIndex(ChunkRequest request) org.springframework.http.ResponseEntity<?>ChunkRestController.updateVectorIndex(ChunkRequest request) -
Uses of ChunkRequest in com.bytedesk.kbase.llm_chunk.elastic
Methods in com.bytedesk.kbase.llm_chunk.elastic with parameters of type ChunkRequestModifier and TypeMethodDescriptionChunkElasticService.suggestChunks(ChunkRequest request) 用户在输入过程中,给出输入联想voidChunkElasticService.updateAllIndex(ChunkRequest request) voidChunkElasticService.updateIndex(ChunkRequest request) -
Uses of ChunkRequest in com.bytedesk.kbase.llm_chunk.vector
Methods in com.bytedesk.kbase.llm_chunk.vector with parameters of type ChunkRequestModifier and TypeMethodDescriptionvoidChunkVectorService.updateAllVectorIndex(ChunkRequest request) voidChunkVectorService.updateVectorIndex(ChunkRequest request) 更新chunk的向量索引