diff --git a/web/src/components/chunk-method-modal/index.tsx b/web/src/components/chunk-method-modal/index.tsx index ebb5e30cc..21dde83d4 100644 --- a/web/src/components/chunk-method-modal/index.tsx +++ b/web/src/components/chunk-method-modal/index.tsx @@ -15,7 +15,6 @@ import { Modal, Select, Space, - Switch, Tooltip, } from 'antd'; import omit from 'lodash/omit'; @@ -23,6 +22,7 @@ import React, { useEffect, useMemo } from 'react'; import { useFetchParserListOnMount } from './hooks'; import { useTranslate } from '@/hooks/commonHooks'; +import LayoutRecognize from '../layout-recognize'; import styles from './index.less'; interface IProps extends Omit { @@ -228,17 +228,7 @@ const ChunkMethodModal: React.FC = ({ )} - {showOne && ( - - - - )} + {showOne && } {showPages && ( { + const { t } = useTranslate('knowledgeDetails'); + return ( + + + + ); +}; + +export default LayoutRecognize; diff --git a/web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx b/web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx index e50156ebf..80c9140ba 100644 --- a/web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx +++ b/web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx @@ -6,6 +6,7 @@ import { useSubmitKnowledgeConfiguration, } from './hooks'; +import LayoutRecognize from '@/components/layout-recognize'; import MaxTokenNumber from '@/components/max-token-number'; import { useTranslate } from '@/hooks/commonHooks'; import { FormInstance } from 'antd/lib'; @@ -99,11 +100,17 @@ const ConfigurationForm = ({ form }: { form: FormInstance }) => { const parserId = getFieldValue('parser_id'); if (parserId === 'naive') { - return ; + return ( + <> + + + + ); } return null; }} +
diff --git a/web/src/pages/chat/chat-container/index.less b/web/src/pages/chat/chat-container/index.less index 0ade14b05..502d33268 100644 --- a/web/src/pages/chat/chat-container/index.less +++ b/web/src/pages/chat/chat-container/index.less @@ -36,6 +36,9 @@ // .referenceIcon { // padding: 0 6px; // } + .thumbnailImg { + max-width: 20px; + } } .messageItemLeft { diff --git a/web/src/pages/chat/chat-container/index.tsx b/web/src/pages/chat/chat-container/index.tsx index 9f062453c..96b6cdf17 100644 --- a/web/src/pages/chat/chat-container/index.tsx +++ b/web/src/pages/chat/chat-container/index.tsx @@ -105,7 +105,10 @@ const MessageItem = ({ {fileThumbnail ? ( - + ) : ( {fileThumbnail ? ( - + ) : (