Skip to content

Commit 21d700f

Browse files
authored
[frontend] remove unused plugin categories (#592)
1 parent 0696f02 commit 21d700f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/src/pages/plugin/helper.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ export const IconMap = {
3434
export const sourceTabs = [
3535
{ key: 'APP', label: i18n.t('all') },
3636
{ key: 'HTTP', label: 'Http' },
37-
{ key: 'HUGGINGFACE', label: 'HuggingFace' },
38-
{ key: 'LANGCHAIN', label: 'LangChain' },
39-
{ key: 'LLAMAINDEX', label: 'LlamaIndex' },
4037
{ key: 'WATERFLOW', label: i18n.t('workflow') },
4138
{ key: 'MINE', label: i18n.t('mine') },
4239
];
@@ -64,12 +61,10 @@ export const minePluginCategories = [
6461
{ key: 'APP', label: i18n.t('all') },
6562
{ key: 'TOOL', label: i18n.t('tool') },
6663
{ key: 'HTTP', label: 'Http' },
67-
{ key: 'LANGCHAIN', label: 'LangChain' },
68-
{ key: 'LLAMAINDEX', label: 'LlamaIndex' },
6964
{ key: 'WORKFLOW', label: i18n.t('workFlow') },
7065
];
7166

72-
export const generalPluginCategories = ['APP', 'TOOL', 'HTTP', 'HUGGINGFACE', 'LLAMAINDEX', 'LANGCHAIN'];
67+
export const generalPluginCategories = ['APP', 'TOOL', 'HTTP'];
7368

7469
export const chatbotPluginCategories = ['CHATBOT', 'AGENT', 'WORKFLOW'];
7570

0 commit comments

Comments
 (0)