Skip to content

Commit 6e22a9e

Browse files
committed
improved samples
1 parent 729e52f commit 6e22a9e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

db/samples/sample-data.sql

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ exec dbo.add_sample '
176176
"details": {
177177
"author": "Davide Mauri",
178178
"languages": ["T-SQL"],
179-
"services": ["Azure SQL", "Azure Functions", "Azure Static Web Apps", "Data API Builder"],
179+
"services": ["Azure SQL", "Azure Functions", "Azure Static Web Apps"],
180+
"tools": ["Data API Builder"],
180181
"license": "MIT",
181182
"tags": ["End-to-End"]
182183
}
@@ -187,13 +188,14 @@ exec dbo.add_sample '
187188
{
188189
"name": "Session Conference Assistant",
189190
"description": "Build a Retrieval Augmented Generation solution using OpenAI, Azure Functions, Azure Static Web Apps, Azure SQL DB, Data API builder and Text Embeddings",
190-
"notes": "This sample demonstrates how to build a session assistant using Jamstack, Retrieval Augmented Generation (RAG) and Event-Driven architecture, using Azure SQL DB to store and search vectors embeddings generated using OpenAI. The solution is built using Azure Static Web Apps, Azure Functions, Azure SQL Database, and Azure OpenAI. A fully working, production ready, version of this sample, that has been used at VS Live conferences, is available here: https://ai.microsofthq.vslive.com/",
191+
"notes": "This sample demonstrates how to build a session assistant using Jamstack, Retrieval Augmented Generation (RAG) and Event-Driven architecture, using Azure SQL DB to store and search vectors embeddings generated using OpenAI. The solution is built using Azure Static Web Apps, Azure Functions, Azure SQL Database, and Azure OpenAI. A fully working, production ready, version of this sample, that has been used at VS Live conferences, is available here: https://ai.microsofthq.vslive.com/. Deployment is done using AZD, Azure Developer CLI, so this sample is also a good reference for learning how to deploy Azure Static Web Apps plus Data API builder using AZD.",
191192
"url": "https://github.com/azure-samples/azure-sql-db-session-recommender-v2",
192193
"details": {
193194
"author": "Davide Mauri",
194195
"languages": ["T-SQL"],
195-
"services": ["Azure SQL", "Azure Functions", "Azure Static Web Apps", "Data API Builder"],
196+
"services": ["Azure SQL", "Azure Functions", "Azure Static Web Apps"],
196197
"license": "MIT",
198+
"tools": ["AZD", "Data API Builder"],
197199
"tags": ["End-to-End"],
198200
"related-links": {
199201
"live-demo": "https://ai.microsofthq.vslive.com/"

0 commit comments

Comments
 (0)