From 2efa10ed379dcafabd7caa1b319b66098d9dd277 Mon Sep 17 00:00:00 2001 From: igorrCarvalho Date: Mon, 17 Jun 2024 19:28:54 -0300 Subject: [PATCH] Feat: add icon for Upstash, pgVector and FAISS --- src/frontend/src/utils/styleUtils.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 751a5a4c8..096ae200e 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -34,6 +34,7 @@ import { Compass, Copy, Cpu, + CpuIcon, Database, Delete, Dot, @@ -331,7 +332,7 @@ export const nodeIconsLucide: iconsType = { Azure: AzureIcon, OllamaEmbeddings: OllamaIcon, ChatOllamaModel: OllamaIcon, - Faiss: MetaIcon, + FAISS: MetaIcon, FaissSearch: MetaIcon, LangChain: LangChainIcon, AzureOpenAiModel: AzureIcon, @@ -556,4 +557,5 @@ export const nodeIconsLucide: iconsType = { Streamlit, MistralAI:MistralIcon, Upstash: UpstashSvgIcon, + PGVector: CpuIcon, };