Hybrid search support (EF10)

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • None
    • None
    • Dotnet Drivers
    • None
    • None
    • None
    • None
    • 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

            Assignee:
            Unassigned
            Reporter:
            Damien Guard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: