feat(rag): 打通自动解析与手动异步切片链路
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.bruce.rag.event;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 文档上传完成事件,用于异步触发自动解析。
|
||||
*/
|
||||
public record RagDocumentUploadedEvent(List<Long> documentIds) {
|
||||
}
|
||||
Reference in New Issue
Block a user