| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { AiKnowledgeSegmentApi } from '#/api/ai/knowledge/segment'; |
| | | |
| | | import { CommonStatusEnum, DICT_TYPE } from '../../../../packages/constants/src'; |
| | | import { getDictOptions } from '../../../../packages/effects/hooks/src'; |
| | | import { CommonStatusEnum, DICT_TYPE } from '@vben/constants'; |
| | | import { getDictOptions } from '@vben/hooks'; |
| | | |
| | | /** 新增/修改的表单 */ |
| | | export function useFormSchema(): VbenFormSchema[] { |
| | |
| | | minWidth: 120, |
| | | }, |
| | | { |
| | | field: 'vectorId', |
| | | title: '向量ID', |
| | | minWidth: 150, |
| | | }, |
| | | { |
| | | field: 'retrievalCount', |
| | | title: '召回次数', |
| | | minWidth: 100, |