Feat/add unstructured support (#1780)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
2fd56cb01c
commit
5e34f938c1
15 changed files with 361 additions and 14 deletions
|
|
@ -135,7 +135,7 @@ class DatasetProcessRule(db.Model):
|
|||
],
|
||||
'segmentation': {
|
||||
'delimiter': '\n',
|
||||
'max_tokens': 512
|
||||
'max_tokens': 1000
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue