mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
Feat: chunk overlap supported (#2209)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
@@ -108,6 +108,7 @@ export type PreProcessingRule = {
|
||||
export type Segmentation = {
|
||||
separator: string
|
||||
max_tokens: number
|
||||
chunk_overlap: number
|
||||
}
|
||||
|
||||
export const DocumentIndexingStatusList = [
|
||||
|
||||
Reference in New Issue
Block a user