fix(web): retrieve types add graph

This commit is contained in:
zhaoying
2026-04-09 15:28:45 +08:00
parent b7c1ce261b
commit 2782d0661f
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ interface KnowledgeConfigModalProps {
* Available retrieval types * Available retrieval types
*/ */
const retrieveTypes: RetrieveType[] = ['participle', 'semantic', 'hybrid', const retrieveTypes: RetrieveType[] = ['participle', 'semantic', 'hybrid',
// 'graph' 'graph'
] ]
/** /**

View File

@@ -13,7 +13,7 @@ interface KnowledgeConfigModalProps {
refresh: (values: KnowledgeConfigForm, type: 'knowledgeConfig') => void; refresh: (values: KnowledgeConfigForm, type: 'knowledgeConfig') => void;
} }
const retrieveTypes: RetrieveType[] = ['participle', 'semantic', 'hybrid', const retrieveTypes: RetrieveType[] = ['participle', 'semantic', 'hybrid',
// 'graph' 'graph'
] ]
const KnowledgeConfigModal = forwardRef<KnowledgeConfigModalRef, KnowledgeConfigModalProps>(({ const KnowledgeConfigModal = forwardRef<KnowledgeConfigModalRef, KnowledgeConfigModalProps>(({