Uses of Class
com.bytedesk.kbase.llm_file.FileResponse
Packages that use FileResponse
Package
Description
-
Uses of FileResponse in com.bytedesk.ai.ocr
Methods in com.bytedesk.ai.ocr that return FileResponseModifier and TypeMethodDescriptionprivate FileResponseOcrEventListener.findOrCreateFileRecord(UploadEntity upload, String extractedText) 查找或创建文件记录Methods in com.bytedesk.ai.ocr with parameters of type FileResponseModifier and TypeMethodDescriptionOcrEventListener.createChunksFromDocuments(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse) 从Documents创建Chunk记录 -
Uses of FileResponse in com.bytedesk.kbase.llm_file
Methods in com.bytedesk.kbase.llm_file that return FileResponseModifier and TypeMethodDescriptionFileRestService.convertToResponse(FileEntity entity) FileRestService.create(FileRequest request) FileRestService.enable(FileRequest request) FileRestService.rechunkFile(String fileUid) 重新对文件进行chunk切分FileRestService.update(FileRequest request) Methods in com.bytedesk.kbase.llm_file with parameters of type FileResponseModifier and TypeMethodDescriptionFileEventListener.createChunksFromDocuments(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse) 从文档创建Chunk记录(同步创建,避免重复) 改进了重复检测和内容过滤逻辑FileChunkService.processBatch(List<org.springframework.ai.document.Document> batch, FileResponse fileResponse, int batchNumber) 处理单个批次FileChunkService.processDocumentsIndividually(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse, int batchNumber) 逐个处理文档(当批次处理失败时的兜底方案)FileChunkService.processFileChunks(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse) 处理文件chunk切分 - 同步版本 直接处理文档,不进行大小判断FileChunkService.processFileChunksAsync(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse) 处理文件chunk切分 - 异步版本(推荐用于大文件)FileChunkService.processFileChunksInternal(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse) 内部同步处理方法 - 被异步服务调用 专注于核心的文档切分和存储逻辑 -
Uses of FileResponse in com.bytedesk.kbase.llm_file.event
Fields in com.bytedesk.kbase.llm_file.event declared as FileResponseConstructors in com.bytedesk.kbase.llm_file.event with parameters of type FileResponseModifierConstructorDescriptionFileChunkEvent(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse)