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:
parent
b3b0be832a
commit
e87987785c
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue