|
@@ -2,7 +2,7 @@ import { BlockEnum } from '../../types'
|
|
|
import type { NodeDefault } from '../../types'
|
|
|
import type { KnowledgeRetrievalNodeType } from './types'
|
|
|
import { checkoutRerankModelConfigedInRetrievalSettings } from './utils'
|
|
|
-import { ALL_CHAT_AVAILABLE_BLOCKS, ALL_COMPLETION_AVAILABLE_BLOCKS } from '@/app/components/workflow/constants'
|
|
|
+import { ALL_CHAT_AVAILABLE_BLOCKS, ALL_COMPLETION_AVAILABLE_BLOCKS } from '@/app/components/workflow/blocks'
|
|
|
import { DATASET_DEFAULT } from '@/config'
|
|
|
import { RETRIEVE_TYPE } from '@/types/app'
|
|
|
const i18nPrefix = 'workflow'
|