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

submit pinecone-rag-demo-azd #410

Merged
merged 4 commits into from
Jul 16, 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 @@ -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.