Merge branch 'feat/parent-child-retrieval' of https://github.com/langgenius/dify into feat/parent-child-retrieval

This commit is contained in:
twwu
2024-12-04 14:24:54 +08:00
13 changed files with 644 additions and 374 deletions

View File

@ -330,6 +330,7 @@ export type NotionPage = {
}
export type ProcessRule = {
processRule: { pre_processing_rules: PreProcessingRule[]; segmentation: { separator: string; max_tokens: number; chunk_overlap: number } }
mode: string
rules: Rules
}