kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

Support SQL Server as a memory source

Open ADefWebserver opened this issue 2 years ago • 2 comments
trafficstars

SQL Server works fine as a memory source to store vector embeddings. It is the most cost effective method. See: Azure OpenAI RAG Pattern using a SQL Vector Database

ADefWebserver avatar Oct 12 '23 18:10 ADefWebserver

It is interesting for me too. Please support SQL Server

DrEight avatar Nov 30 '23 09:11 DrEight

You can use it with this third-party extension: https://github.com/kbeaugrand/SemanticKernel.Connectors.Memory.SqlServer. You can find an example of its integration in my GitHub repository at https://github.com/marcominerva/OpenAIEmbeddingSample.

marcominerva avatar Feb 07 '24 14:02 marcominerva

MS SQL server connector is now available in the repo, thanks to @kbeaugrand

dluc avatar Jun 05 '24 05:06 dluc