|
|
|
@ -46,7 +46,7 @@ export const useRetrievalSetting = (indexMethod?: IndexMethodEnum) => {
|
|
|
|
}, [t])
|
|
|
|
}, [t])
|
|
|
|
const InvertedIndexOption: Option = useMemo(() => {
|
|
|
|
const InvertedIndexOption: Option = useMemo(() => {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
id: RetrievalSearchMethodEnum.invertedIndex,
|
|
|
|
id: RetrievalSearchMethodEnum.keywordSearch,
|
|
|
|
icon: HybridSearch as any,
|
|
|
|
icon: HybridSearch as any,
|
|
|
|
title: t('dataset.retrieval.invertedIndex.title'),
|
|
|
|
title: t('dataset.retrieval.invertedIndex.title'),
|
|
|
|
description: t('dataset.retrieval.invertedIndex.description'),
|
|
|
|
description: t('dataset.retrieval.invertedIndex.description'),
|
|
|
|
|