fix: fix chunk not display in indexed document (#33942)

This commit is contained in:
wangxiaolei
2026-03-24 10:36:48 +08:00
committed by GitHub
parent 075b8bf1ae
commit fbd558762d
4 changed files with 92 additions and 5 deletions

View File

@ -381,7 +381,11 @@ export type OnlineDriveInfo = {
type: 'file' | 'folder'
}
export type DataSourceInfo = LegacyDataSourceInfo | LocalFileInfo | OnlineDocumentInfo | WebsiteCrawlInfo
export type UploadFileIdInfo = {
upload_file_id: string
}
export type DataSourceInfo = LegacyDataSourceInfo | LocalFileInfo | OnlineDocumentInfo | WebsiteCrawlInfo | UploadFileIdInfo
export type InitialDocumentDetail = {
id: string