fix(web): add data stream selection component (#10387)

### What problem does this PR solve?

fix(web): add data stream selection component

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-09-30 17:35:06 +08:00
committed by GitHub
parent b3b0be832a
commit e87987785c

View File

@ -22,6 +22,7 @@ import { useForm, useWatch } from 'react-hook-form';
import { useTranslation } from 'react-i18next';
import { z } from 'zod';
import { DataFlowSelect } from '@/components/data-pipeline-select';
import {
ChunkMethodItem,
EmbeddingModelItem,