Skip to content

Commit f5b9876

Browse files
authored
Merge pull request #46 from markjbrown/main
add embedding generator
2 parents d7a9820 + 0778275 commit f5b9876

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

static/templates.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,28 @@
17431743
"functions",
17441744
"example"
17451745
]
1746+
},
1747+
{
1748+
"title": "Cosmos DB + Azure Functions Embedding Generator",
1749+
"description": "This sample shows how to use a Cosmos DB Trigger in Azure Functions Triggers (C# or Python) to automatically generate embeddings on data on new or updated data.",
1750+
"preview": "coming soon",
1751+
"website": "https://github.com/markjbrown",
1752+
"author": "Mark Brown",
1753+
"source": "https://github.com/AzureCosmosDB/cosmos-embeddings-generator",
1754+
"date": "2025-01-13",
1755+
"tags": [
1756+
"generativeai",
1757+
"python",
1758+
"csharp",
1759+
"serverless",
1760+
"gpt4",
1761+
"embedding-text-3",
1762+
"openai",
1763+
"microsoft",
1764+
"vectorcosmosnosql",
1765+
"functions",
1766+
"example"
1767+
]
17461768
}
17471769

17481770

0 commit comments

Comments
 (0)