Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add microsoft/kernel-memory template #425

Merged
merged 8 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
},
};
29 changes: 29 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2016,5 +2016,34 @@
"python",
"new"
]
},
{
"title": "RAG using Kernel Memory on Azure",
"description": "Kernel Memory (KM) is a multi-modal AI Service specialized in the efficient indexing of datasets through custom continuous data hybrid pipelines, with support for Retrieval Augmented Generation (RAG), synthetic memory, prompt engineering, and custom semantic memory processing.",
"preview": "./templates/images/kernel-memory.png",
"website": "https://microsoft.github.io/kernel-memory/",
"author": "Kernel Memory Team",
"source": "https://github.com/microsoft/kernel-memory",
"tags": [
"msft",
"openai",
"aca",
"ai",
"aisearch",
"azureai",
"bicep",
"managedidentity",
"blobstorage",
"dotnetCsharp",
"gpt",
"agw",
"semantickernel",
"azurestorage",
"appinsights",
"vnets",
"kernelmemory",
"promptengineering",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.