mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
refine page ranges (#147)
This commit is contained in:
@ -193,7 +193,7 @@ const ChunkMethodModal: React.FC<IProps> = ({
|
||||
rules={[
|
||||
{
|
||||
required: true,
|
||||
message: 'Missing end page number(excluding)',
|
||||
message: 'Missing end page number(excluded)',
|
||||
},
|
||||
({ getFieldValue }) => ({
|
||||
validator(_, value) {
|
||||
|
||||
@ -120,7 +120,7 @@ export const TextMap = {
|
||||
</p><p>
|
||||
For a document, it will be treated as an entire chunk, no split at all.
|
||||
</p><p>
|
||||
If you don't trust any chunk method and the selected LLM's context length covers the document length, you can try this method.
|
||||
If you want to summarize something that needs all the context of an article and the selected LLM's context length covers the document length, you can try this method.
|
||||
</p>`,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user