fix: segement settings of documents raise error (#8971)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { DataSourceNotionPage } from './common'
|
||||
import type { DataSourceNotionPage, DataSourceProvider } from './common'
|
||||
import type { AppIconType, AppMode, RetrievalConfig } from '@/types/app'
|
||||
import type { Tag } from '@/app/components/base/tag-management/constant'
|
||||
|
||||
@@ -230,6 +230,9 @@ export type DataSourceInfo = {
|
||||
extension: string
|
||||
}
|
||||
notion_page_icon?: string
|
||||
notion_workspace_id?: string
|
||||
notion_page_id?: string
|
||||
provider?: DataSourceProvider
|
||||
job_id: string
|
||||
url: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user