Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vector): Update query_rewriter to fix dotproduct and cosine query conversion #9083

Merged
merged 6 commits into from
May 15, 2024

Commits on May 15, 2024

  1. Update query_rewriter.go

    rderbier authored and shivaji-dgraph committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3b57c5d View commit details
    Browse the repository at this point in the history
  2. Update query_rewriter.go

    cosine and dot into distance
    rderbier authored and shivaji-dgraph committed May 15, 2024
    Configuration menu
    Copy the full SHA
    739b451 View commit details
    Browse the repository at this point in the history
  3. Update query_rewriter.go

    corrected sqrt in euclidean and cosine
    rderbier authored and shivaji-dgraph committed May 15, 2024
    Configuration menu
    Copy the full SHA
    437ff80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c430009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    858ca5e View commit details
    Browse the repository at this point in the history
  6. fixed failing test

    shivaji-dgraph committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b88d031 View commit details
    Browse the repository at this point in the history