mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
doc: change to chunk_token num (#8590)
### What problem does this PR solve? https://github.com/infiniflow/ragflow/issues/8556 ### Type of change - [x] Documentation Update
This commit is contained in:
@ -461,7 +461,7 @@ dataset = rag_object.list_datasets(id='id')
|
||||
dataset = dataset[0]
|
||||
doc = dataset.list_documents(id="wdfxb5t547d")
|
||||
doc = doc[0]
|
||||
doc.update([{"parser_config": {"chunk_token_count": 256}}, {"chunk_method": "manual"}])
|
||||
doc.update([{"parser_config": {"chunk_token_num": 256}}, {"chunk_method": "manual"}])
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user