Skip to content

Commit

Permalink
Merge branch 'kernel-memory' of github.com:cherchyk/awesome-azd into …
Browse files Browse the repository at this point in the history
…kernel-memory
  • Loading branch information
cherchyk committed Aug 27, 2024
2 parents 76dcdd3 + a678f40 commit 21fd209
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 13 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ export type TagType =
| "msal"
| "pinecone"
| "nextjs"
| "speechservice";
| "speechservice"
| "kernelmemory"
| "promptengineering";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -360,6 +362,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Next.js framework",
type: "Framework",
},
kernelmemory: {
label: "Kernel Memory",
description: "Template architecture uses Kernel Memory",
type: "Framework",
},

// ---- Platform
kubernetes: {
Expand Down Expand Up @@ -695,4 +702,9 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture involves Platform Engineering",
type: "Topic",
},
promptengineering: {
label: "Prompt Engineering",
description: "Template architecture involves Prompt Engineering",
type: "Topic",
},
};
14 changes: 11 additions & 3 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2009,17 +2009,25 @@
"author": "Kernel Memory Team",
"source": "https://github.com/microsoft/kernel-memory",
"tags": [
"msft",
"openai",
"aca",
"ai",
"aisearch",
"azureai",
"bicep",
"managedidentity",
"blobstorage",
"dotnetCsharp",
"gpt",
"intent",
"msft",
"openai"
"agw",
"semantickernel",
"azurestorage",
"appinsights",
"vnets",
"kernelmemory",
"promptengineering",
"new"
]
}
]

0 comments on commit 21fd209

Please sign in to comment.