From 2a3dc80304d233eb2097a5f21bbdb5dfa1431215 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 6 Mar 2024 11:16:55 -0300 Subject: [PATCH] Add icon and icon background color to Data Ingestion project --- .../initial_setup/starter_projects/Langflow Data Ingestion.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/langflow/initial_setup/starter_projects/Langflow Data Ingestion.json b/src/backend/langflow/initial_setup/starter_projects/Langflow Data Ingestion.json index de8a8c1df..e40ffda57 100644 --- a/src/backend/langflow/initial_setup/starter_projects/Langflow Data Ingestion.json +++ b/src/backend/langflow/initial_setup/starter_projects/Langflow Data Ingestion.json @@ -1,5 +1,7 @@ { "name": "Data Ingestion", + "icon": ":inbox_tray:", + "icon_bg_color": "#FFD700", "description": "This project is the starting point to insert data into a Vector Store. \n\nWe use the Vector Store Chroma but you can replace it with any other Vector Store. \n\nYou start by deciding what type of data you want to load, then you pick a place where you want to store the vectors and run it.\n\nThis will create a vector store in your local environment which you can query using the Chroma Search component.", "data": { "nodes": [