Update to EF 9.0 and use Vector Search capability #481
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Thanks for stopping by to let us know something could be better!
Is your feature request related to a problem? Please describe.
Cloud Spanner has introduced Vector Search capabilities; which EF 9.0 now has native support for with the
IsVector
extension methods.See: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/whatsnew#vector-similarity-search-preview
Describe the solution you'd like
Be able to define a column as a
Vector
type using EF and the DDL created for Cloud Spanner marks up the ARRAY type as a Vector index.When using the
Where
predicate, if the operator is a Vector Search, the translated SQL statements generated are vector searches:The text was updated successfully, but these errors were encountered: