From a5b381aaf0fe6405abe1fb14fa957485f6676e9b Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Fri, 6 Sep 2024 11:29:47 -0700 Subject: [PATCH 1/3] add author tags --- website/static/templates.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index 7ef9e6cb..ba3e74d0 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2096,7 +2096,8 @@ "aicollection", "openai", "blobstorage", - "aisearch" + "aisearch", + "msft" ] }, { @@ -2114,7 +2115,8 @@ "openai", "managedidentity", "openai", - "aicollection" + "aicollection", + "msft" ] }, { @@ -2129,7 +2131,8 @@ "managedidentity", "aca", "azureai", - "aicollection" + "aicollection", + "msft" ] }, { @@ -2143,7 +2146,8 @@ "python", "pinecone", "aca", - "aicollection" + "aicollection", + "community" ] } ] From 2c39a2cdb65944f7204b50c8cd69c62ff079037b Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Fri, 6 Sep 2024 14:10:46 -0700 Subject: [PATCH 2/3] add new tag --- website/static/templates.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index ba3e74d0..2df9a2ac 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2116,7 +2116,8 @@ "managedidentity", "openai", "aicollection", - "msft" + "msft", + "new" ] }, { @@ -2132,7 +2133,8 @@ "aca", "azureai", "aicollection", - "msft" + "msft", + "new" ] }, { @@ -2147,7 +2149,8 @@ "pinecone", "aca", "aicollection", - "community" + "community", + "new" ] } ] From f41ac9aabd7b3bc427425e46d601ce140c9e8ecd Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Fri, 27 Sep 2024 10:25:50 -0700 Subject: [PATCH 3/3] remove canopy, update pinecone author name --- website/static/templates.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index 6836db11..d8398f53 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2068,7 +2068,7 @@ "description": "This sample app is designed to get you up and running using Pinecone Assistant quickly. It was developed by engineers at Pinecone to help you deploy your first Assistant-based application in minutes.", "preview": "./templates/images/pinecone-assistant-architecture.png", "website": "https://docs.pinecone.io/guides/assistant/understanding-assistant", - "author": "Pinecone Developer Relations Team", + "author": "Pinecone Team", "source": "https://github.com/pinecone-io/pinecone-assistant-azd", "tags": [ "community", @@ -2135,22 +2135,6 @@ "new" ] }, - { - "title": "Pinecone Canopy", - "description": "An open-source Retrieval Augmented Generation (RAG) framework and context engine built on top of the Pinecone vector database.", - "preview": "./templates/images/canopy-rag_flow.png", - "website": "https://github.com/cwaddingham", - "author": "Cory Waddingham", - "source": "https://github.com/cwaddingham/canopy/tree/create-azd-template", - "tags": [ - "python", - "pinecone", - "aca", - "aicollection", - "community", - "new" - ] - }, { "title": "Quote of the Day: Feature Experimentation in .NET with Azure App Configuration", "description": "An ASP.NET Core web app that demonstrates A/B testing using Azure App Configuration and the Microsoft Feature Management library.",