You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: db/samples/sample-data.sql
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,8 @@ exec dbo.add_sample '
176
176
"details": {
177
177
"author": "Davide Mauri",
178
178
"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"],
180
181
"license": "MIT",
181
182
"tags": ["End-to-End"]
182
183
}
@@ -187,13 +188,14 @@ exec dbo.add_sample '
187
188
{
188
189
"name": "Session Conference Assistant",
189
190
"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.",
0 commit comments