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": [