Skip to content

Commit 2ed3966

Browse files
committed
updated samples
1 parent dcd13c4 commit 2ed3966

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

db/samples/sample-data.sql

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,30 @@ exec dbo.add_sample '{
419419
"url": "https://github.com/Azure-Samples/azure-sql-langchain"
420420
}';
421421

422+
exec dbo.add_sample '
423+
{
424+
"name": "SQL Database in Microsoft Fabric, Langchain and Chainlit",
425+
"description": "Sample chatbot application built using SQL database in Microsoft Fabric as a vector store and search, Langchain and Chainlit for interacting with LLM and providing a chat interface.",
426+
"notes": "Sample RAG pattern, with full UX, using Fabric SQL Database, Langchain and Chainlit",
427+
"url": "https://github.com/Azure-Samples/fabric-rag-langchain-chainlit",
428+
"details": {
429+
"author": "Arun Vijayraghavan",
430+
"languages": ["T-SQL", "Python"],
431+
"frameworks": ["LangChain", "ChainLit"],
432+
"services": ["Fabric SQL Database", "Azure Open AI", "Azure Functions"],
433+
"license": "MIT",
434+
"tags": ["End-to-End"],
435+
"related-links": {
436+
"blog": "https://blog.fabric.microsoft.com/en-US/blog/building-a-smart-chatbot-with-sql-database-in-microsoft-fabric-langchain-and-chainlit/"
437+
},
438+
"frameworks": [
439+
"LangChain",
440+
"Chainlit"
441+
]
442+
}
443+
}
444+
';
445+
422446
select * from dbo.samples
423447
--where [url] like '%kmeans%'
424448

0 commit comments

Comments
 (0)