fix(web): retrieve types add graph
This commit is contained in:
@@ -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'
|
||||||
]
|
]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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>(({
|
||||||
|
|||||||
Reference in New Issue
Block a user