refine page ranges (#147)

This commit is contained in:
KevinHuSh
2024-03-25 13:11:57 +08:00
committed by GitHub
parent 1d9a50b090
commit 71fe314955
13 changed files with 169 additions and 72 deletions

View File

@ -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) {

View File

@ -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>`,
},
};