mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-19 12:39:59 +08:00
Docs: updates. (#7042)
### What problem does this PR solve? #7019 ### Type of change - [x] Documentation Update
This commit is contained in:
parent
e5f9d148e7
commit
48730e00a8
@ -440,7 +440,7 @@ Success:
|
||||
"html4excel": false,
|
||||
"layout_recognize": true,
|
||||
"raptor": {
|
||||
"user_raptor": false
|
||||
"use_raptor": false
|
||||
}
|
||||
},
|
||||
"permission": "me",
|
||||
@ -750,7 +750,7 @@ Success:
|
||||
"html4excel": false,
|
||||
"layout_recognize": true,
|
||||
"raptor": {
|
||||
"user_raptor": false
|
||||
"use_raptor": false
|
||||
}
|
||||
},
|
||||
"run": "UNSTART",
|
||||
@ -1339,7 +1339,7 @@ Success:
|
||||
"html4excel": false,
|
||||
"layout_recognize": true,
|
||||
"raptor": {
|
||||
"user_raptor": false
|
||||
"use_raptor": false
|
||||
}
|
||||
},
|
||||
"process_begin_at": "Thu, 24 Oct 2024 09:56:44 GMT",
|
||||
|
@ -154,23 +154,23 @@ The chunking method of the dataset to create. Available options:
|
||||
The parser configuration of the dataset. A `ParserConfig` object's attributes vary based on the selected `chunk_method`:
|
||||
|
||||
- `chunk_method`=`"naive"`:
|
||||
`{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"user_raptor":False}}`.
|
||||
`{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"use_raptor":False}}`.
|
||||
- `chunk_method`=`"qa"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"manuel"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"table"`:
|
||||
`None`
|
||||
- `chunk_method`=`"paper"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"book"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"laws"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"picture"`:
|
||||
`None`
|
||||
- `chunk_method`=`"presentation"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"one"`:
|
||||
`None`
|
||||
- `chunk_method`=`"knowledge-graph"`:
|
||||
@ -403,21 +403,21 @@ A dictionary representing the attributes to update, with the following keys:
|
||||
- `"email"`: Email
|
||||
- `"parser_config"`: `dict[str, Any]` The parsing configuration for the document. Its attributes vary based on the selected `"chunk_method"`:
|
||||
- `"chunk_method"`=`"naive"`:
|
||||
`{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"user_raptor":False}}`.
|
||||
`{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"use_raptor":False}}`.
|
||||
- `chunk_method`=`"qa"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"manuel"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"table"`:
|
||||
`None`
|
||||
- `chunk_method`=`"paper"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"book"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"laws"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"presentation"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"picture"`:
|
||||
`None`
|
||||
- `chunk_method`=`"one"`:
|
||||
@ -543,21 +543,21 @@ A `Document` object contains the following attributes:
|
||||
- `status`: `str` Reserved for future use.
|
||||
- `parser_config`: `ParserConfig` Configuration object for the parser. Its attributes vary based on the selected `chunk_method`:
|
||||
- `chunk_method`=`"naive"`:
|
||||
`{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"user_raptor":False}}`.
|
||||
`{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"use_raptor":False}}`.
|
||||
- `chunk_method`=`"qa"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"manuel"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"table"`:
|
||||
`None`
|
||||
- `chunk_method`=`"paper"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"book"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"laws"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"presentation"`:
|
||||
`{"raptor": {"user_raptor": False}}`
|
||||
`{"raptor": {"use_raptor": False}}`
|
||||
- `chunk_method`=`"picure"`:
|
||||
`None`
|
||||
- `chunk_method`=`"one"`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user