Skip to content

Commit 9aeec36

Browse files
committed
removed wrong notes
1 parent 2e97832 commit 9aeec36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

db/samples/sample-data.sql

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ exec dbo.add_sample '
469469
{
470470
"name": "Build an AI App GraphQL Endpoint with SQL DB in Fabric",
471471
"description": "This lab will guide you through creating a set of GraphQL RAG application APIs that use relational data, Azure OpenAI, and SQL DB in Fabric.",
472-
"notes": "Sample RAG pattern, with full UX, using Fabric SQL Database, Langchain and Chainlit",
473472
"url": "https://github.com/Azure-Samples/sql-in-fabric-ai-embeddings-workshop",
474473
"details": {
475474
"author": "Brian Spendolini",
@@ -483,10 +482,12 @@ exec dbo.add_sample '
483482
}
484483
}
485484
';
485+
GO
486486

487-
select id, name, created_on, updated_on from dbo.samples order by created_on desc
487+
select id, name, created_on, updated_on from dbo.samples order by created_on desc;
488488
--where [url] like '%kmeans%'
489+
GO
489490

490-
491-
491+
exec [web].[get_total_sample_count]
492+
GO
492493

0 commit comments

Comments
 (0)