🔥 chore(utils.ts): remove commented out code for unused loaders

The commented out code for the loaders that are not used in the application has been removed to improve code readability and maintainability.
This commit is contained in:
Gabriel Almeida 2023-05-30 11:55:34 -03:00
commit 429d8043d7

View file

@ -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,