kbeaugrand / SemanticKernel.Connectors.Memory.SqlServer

SQL Server connector for Semantic Kernel plugin and Kernel Memory
MIT License
46 stars 10 forks source link

Add Brackets around Create Index Name for proper name handling #155

Open Schwem opened 4 months ago

Schwem commented 4 months ago

Description

What's new?

What kind of change does this PR introduce?

kbeaugrand commented 3 months ago

Thank you @Schwem for this PR.

However I'm working with MS team to integrate these connectors directly into Kernel memory and SK core repositories. At this time, there is an official connector for KernelMemory for MSSQL Server : https://github.com/microsoft/kernel-memory/tree/main/extensions/SQLServer/SQLServer

The implementation of MSSQL connector into KernelMemory is in progress, and I've reported you change into: https://github.com/microsoft/semantic-kernel/pull/6482

Note: There is a SL server connector in Semantic Kernel, this uses vector search feature of SQL server, which is currently in preview and available into Azure SQL server instances.