You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering the following error when using version 9.0.0-preview.1:
At least one of the arguments to EF.Functions.VectorDistance must be a vector.
However, when I downloaded the code from this repository and added it directly to my project, the issue was resolved. I couldn't find any released version that addresses this error.
If a fix has already been implemented, could you please include it in the latest version? Alternatively, let me know which version resolves this issue.
Thank you!
The text was updated successfully, but these errors were encountered:
@subinbab that error is expected when you invoke VectorDistance over an EF property that hasn't been configured as a vector (via HasColumnType("vector(...)")) - you may have simply forgotten to do that in your original code.
Otherwise I'm not aware of a specifically issue or fix here - if you think there's some issue with the plugin, can you please submit a minimal repro?
I am encountering the following error when using version 9.0.0-preview.1:
At least one of the arguments to EF.Functions.VectorDistance must be a vector.
However, when I downloaded the code from this repository and added it directly to my project, the issue was resolved. I couldn't find any released version that addresses this error.
If a fix has already been implemented, could you please include it in the latest version? Alternatively, let me know which version resolves this issue.
Thank you!
The text was updated successfully, but these errors were encountered: