-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
None
Hybrid search is now supported in EF10 allowing vector and text search to be combined. e.g.
var hybrid = await context.Blogs.OrderBy(x => EF.Functions.Rrf(
EF.Functions.FullTextScore(x.Contents, "database"),
EF.Functions.VectorDistance(x.Vector, myVector)));
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-10.0/whatsnew