Skip to content

Commit

Permalink
add pinecone-rag-demo-azd template (#410)
Browse files Browse the repository at this point in the history
* Added entry and image for Pinecone RAG demo (pinecone-rag-demo-azd).

* Added 'community' tag to Pinecone RAG Demo entry.

* add tags

---------

Co-authored-by: hemarina <hemarina@microsoft.com>
  • Loading branch information
cwaddingham and hemarina committed Jul 16, 2024
1 parent 0a08ae9 commit fe8a6b7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ export type TagType =
| "managedidentity"
| "serviceprincipal"
| "logicapps"
| "msal";
| "msal"
| "pinecone"
| "nextjs";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -289,6 +291,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Prometheus",
type: "Database",
},
pinecone: {
label: "Pinecone",
description: "Template architecture uses Pinecone",
type: "Database",
},

// ---- Framework
fastapi: {
Expand Down Expand Up @@ -347,6 +354,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses LangChain framework",
type: "Framework",
},
nextjs: {
label: "Next.js",
description: "Template architecture uses Next.js framework",
type: "Framework",
},

// ---- Platform
kubernetes: {
Expand Down
18 changes: 18 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1916,5 +1916,23 @@
"new",
"community"
]
},
{
"title": "Pinecone RAG Demo",
"description": "This example application sets up an Azure container app with Next.js, linking to a Pinecone index and an OpenAI embedding model for storing and retrieving context for a RAG model.",
"preview": "./templates/images/pinecone-rag-demo-azd.png",
"website": "https://pinecone.io",
"author": "Pinecone Team",
"source": "https://github.com/pinecone-io/pinecone-rag-demo-azd",
"tags": [
"community",
"pinecone",
"bicep",
"aca",
"nextjs",
"typescript",
"ai",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe8a6b7

Please sign in to comment.