Feat: chunk overlap supported (#2209)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
3322710dac
commit
89fcf4ea7c
9 changed files with 53 additions and 8 deletions
|
|
@ -108,6 +108,7 @@ export type PreProcessingRule = {
|
|||
export type Segmentation = {
|
||||
separator: string
|
||||
max_tokens: number
|
||||
chunk_overlap: number
|
||||
}
|
||||
|
||||
export const DocumentIndexingStatusList = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue