mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: set the object-fit attribute of the chunk image to contain so that the image is not stretched and if the chunk number of the knowledge base is greater than 0, set the embedding model to disabled (#160)
* feat: if the chunk number of the knowledge base is greater than 0, set the embedding model to disabled * feat: set the object-fit attribute of the chunk image to contain so that the image is not stretched
This commit is contained in:
@ -3,7 +3,7 @@ import { Flex, Form, InputNumber, Slider } from 'antd';
|
||||
const MaxTokenNumber = () => {
|
||||
return (
|
||||
<Form.Item
|
||||
label="Token number"
|
||||
label="Chunk token number"
|
||||
tooltip="It determine the token number of a chunk approximately."
|
||||
>
|
||||
<Flex gap={20} align="center">
|
||||
|
||||
Reference in New Issue
Block a user