efcore / EFCore.SqlServer.VectorSearch

MIT License
11 stars 1 forks source link

Support for On-Prem SQL Server #2

Closed isaranghi closed 1 month ago

isaranghi commented 2 months ago

Hello,

Does that only works with Azure SQL Server or Vector is supported in On-Prem SQL Server aswel?

Thanks

marcominerva commented 2 months ago

Currently, Vector is supported in Early Adopted Preview on Azure SQL Database (https://devblogs.microsoft.com/azure-sql/announcing-eap-native-vector-support-in-azure-sql-database) and Azure SQL Managed Instance (https://devblogs.microsoft.com/azure-sql/vector-support-eap-extended-to-azure-sql-mi).

roji commented 1 month ago

@isaranghi AFAIK the vector support should be out for the next version of on-prem SQL Server, but until then is only supported on Azure SQL. You can ask on SQL Server forums to get more information on the server support side; once support is available, this plugin should work out-of-the-box with it.