From 429d8043d7008fa3074b57a24d6f48ea89b53e4b Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Tue, 30 May 2023 11:55:34 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(utils.ts):=20remove=20comm?= =?UTF-8?q?ented=20out=20code=20for=20unused=20loaders=20The=20commented?= =?UTF-8?q?=20out=20code=20for=20the=20loaders=20that=20are=20not=20used?= =?UTF-8?q?=20in=20the=20application=20has=20been=20removed=20to=20improve?= =?UTF-8?q?=20code=20readability=20and=20maintainability.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/utils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index b65c40fbc..559080f3f 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -173,16 +173,16 @@ export const nodeIcons: { ChatOpenAI: OpenAiIcon, OpenAI: OpenAiIcon, OpenAIEmbeddings: OpenAiIcon, - PowerPoint: PowerPointIcon, + // UnstructuredPowerPointLoader: PowerPointIcon, // word and powerpoint have differente styles Qdrant: QDrantIcon, - ReadTheDocs: ReadTheDocsIcon, + // ReadTheDocsLoader: ReadTheDocsIcon, // does not work Searx: SearxIcon, SlackDirectoryLoader: SlackIcon, // Weaviate: WeaviateIcon, // WikipediaAPIWrapper: WikipediaIcon, // WolframAlphaQueryRun: WolframIcon, // WolframAlphaAPIWrapper: WolframIcon, - Word: WordIcon, + // UnstructuredWordDocumentLoader: WordIcon, // word and powerpoint have differente styles agents: RocketLaunchIcon, chains: LinkIcon, memories: CpuChipIcon,