mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 08:56:42 +08:00
fix: restore empty model warning in dataset creating dialog (#17220)
This commit is contained in:
@@ -39,7 +39,7 @@ const FormId = 'dataset-creating-form';
|
||||
|
||||
export function InputForm({ onOk }: IModalProps<any>) {
|
||||
const { t } = useTranslation();
|
||||
const defaultModelDictionary = useFetchDefaultModelDictionary();
|
||||
const defaultModelDictionary = useFetchDefaultModelDictionary(true);
|
||||
const ChunkMethodName = isGoBackend() ? 'parser_id' : 'chunk_method';
|
||||
|
||||
const FormSchema = z
|
||||
|
||||
Reference in New Issue
Block a user