diff --git a/src/data/tags.tsx b/src/data/tags.tsx index 28da278..be03fba 100644 --- a/src/data/tags.tsx +++ b/src/data/tags.tsx @@ -74,6 +74,7 @@ export type TagType = | "outbox-pattern" | "event-sourcing" | "data-modeling" + | "serverless" | "BCDR" | "agent" | "ragPattern" diff --git a/static/templates.json b/static/templates.json index f201cf2..80ea9e8 100644 --- a/static/templates.json +++ b/static/templates.json @@ -1444,6 +1444,7 @@ "openai", "Microsoft", "vectorcosmosnosql", + "serverless", "example" ] }, @@ -1717,6 +1718,31 @@ "microsoft", "example" ] + }, + { + "title": "Serverless Gen-AI News Aggregator", + "description": "This is a GenAI news aggregator and summarizer app to answer any queries related to latest news in natural language. This is a serverless GenAI application built using Azure Functions, Azure Cosmos DB and Azure OpenAI.", + "preview": "coming soon", + "website": "https://github.com/richagaur", + "author": "Richa Gaur", + "source": "https://github.com/AzureCosmosDB/serverless-gen-ai-news-app", + "date": "2024-12-17", + "tags": [ + "generativeai", + "python", + "swa", + "javascript", + "serverless", + "gpt4", + "embedding-text-3", + "chat", + "ragPattern", + "openai", + "microsoft", + "vectorcosmosnosql", + "functions", + "example" + ] }