Skip to content

Commit

Permalink
add rag tag to fix bug (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina authored Aug 28, 2024
1 parent 93d0de7 commit cf415b5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 23 deletions.
10 changes: 8 additions & 2 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ export type TagType =
| "nextjs"
| "speechservice"
| "kernelmemory"
| "promptengineering";

| "promptengineering"
| "rag";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
// One or more tags can be associated per card
Expand Down Expand Up @@ -367,6 +368,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Kernel Memory",
type: "Framework",
},
rag: {
label: "Retrieval-Augmented Generation",
description: "Template architecture uses Retrieval-Augmented Generation",
type: "Framework",
},

// ---- Platform
kubernetes: {
Expand Down
45 changes: 24 additions & 21 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,8 @@
"webcomponents",
"microfrontend",
"msft",
"build2024"
"build2024",
"rag"
]
},
{
Expand Down Expand Up @@ -1551,7 +1552,8 @@
"openai",
"gpt",
"ai",
"msft"
"msft",
"rag"
]
},
{
Expand Down Expand Up @@ -1586,7 +1588,8 @@
"python",
"bicep",
"ai",
"community"
"community",
"rag"
]
},
{
Expand All @@ -1611,7 +1614,8 @@
"langchain",
"functions",
"swa",
"azureai"
"azureai",
"rag"
]
},
{
Expand Down Expand Up @@ -1680,7 +1684,8 @@
"aca",
"bicep",
"ai",
"azuredb-postgreSQL"
"azuredb-postgreSQL",
"rag"
]
},
{
Expand Down Expand Up @@ -1770,7 +1775,8 @@
"bicep",
"cosmosdb",
"aisearch",
"ai"
"ai",
"rag"
]
},
{
Expand Down Expand Up @@ -1896,15 +1902,16 @@
"author": "Marlene Mhangami",
"source": "https://github.com/Azure-Samples/llama-index-python",
"tags": [
"msft",
"msft",
"openai",
"gpt",
"bicep",
"ai",
"python",
"managedidentity",
"aca",
"ai"
"ai",
"rag"
]
} ,
{
Expand Down Expand Up @@ -1939,7 +1946,8 @@
"aca",
"nextjs",
"typescript",
"ai"
"ai",
"rag"
]
},
{
Expand All @@ -1949,15 +1957,7 @@
"website": "https://github.com/Azure-Samples/gpt-video-analysis-in-a-box",
"author": "Wassim Chegham",
"source": "https://github.com/Azure-Samples/llama-index-javascript",
"tags": [
"msft",
"openai",
"bicep",
"javascript",
"nodejs",
"ai",
"aca"
]
"tags": ["msft", "openai", "bicep", "javascript", "nodejs", "ai", "aca", "rag"]
},
{
"title": "Azure OpenAI On Your Data with Python Streamlit",
Expand All @@ -1976,7 +1976,8 @@
"python",
"ai",
"streamlit",
"new"
"new",
"rag"
]
},
{
Expand Down Expand Up @@ -2043,7 +2044,8 @@
"vnets",
"kernelmemory",
"promptengineering",
"new"
"new",
"rag"
]
},
{
Expand All @@ -2060,7 +2062,8 @@
"python",
"pinecone",
"rag",
"ai"
"ai",
"new"
]
}
]

0 comments on commit cf415b5

Please sign in to comment.