mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Add DeepseekV3.2 of Tongyi-Qianwen and remove unused code (#11898)
### What problem does this PR solve? Add DeepseekV3.2 of Tongyi-Qianwen and remove unused code ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -50,8 +50,8 @@ export default function TestingForm({
|
||||
setValues,
|
||||
}: TestingFormProps) {
|
||||
const { t } = useTranslation();
|
||||
const { id } = useParams(); // 正确解构出id参数
|
||||
const knowledgeBaseId = id; // 现在knowledgeBaseId是字符串类型
|
||||
const { id } = useParams();
|
||||
const knowledgeBaseId = id;
|
||||
|
||||
const formSchema = z.object({
|
||||
question: z.string().min(1, {
|
||||
@ -100,7 +100,6 @@ export default function TestingForm({
|
||||
<CrossLanguageFormField
|
||||
name={'cross_languages'}
|
||||
></CrossLanguageFormField>
|
||||
{/* 添加元数据过滤组件 */}
|
||||
<MetadataFilter prefix=""></MetadataFilter>
|
||||
</FormContainer>
|
||||
<FormField
|
||||
|
||||
Reference in New Issue
Block a user