Skip to content

Commit

Permalink
Merge pull request #45 from markjbrown/main
Browse files Browse the repository at this point in the history
add serverless tag, add news aggregator sample
  • Loading branch information
markjbrown authored Dec 17, 2024
2 parents 29045ef + 8eb2b4b commit d7a9820
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export type TagType =
| "outbox-pattern"
| "event-sourcing"
| "data-modeling"
| "serverless"
| "BCDR"
| "agent"
| "ragPattern"
Expand Down
26 changes: 26 additions & 0 deletions static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,7 @@
"openai",
"Microsoft",
"vectorcosmosnosql",
"serverless",
"example"
]
},
Expand Down Expand Up @@ -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"
]
}


Expand Down

0 comments on commit d7a9820

Please sign in to comment.