Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegraph/zoekt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe8f2a3
Choose a base ref
...
head repository: sourcegraph/zoekt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 640102a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 15, 2024

  1. Simplify trigram selection in distanceHitIterator (#782)

    Follow up to #779. This PR removes the logic for trigrams with the same
    frequency, because it will no longer have a big effect.
    jtibshirani authored May 15, 2024
    Configuration menu
    Copy the full SHA
    df7a7e7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Increase filename boost (#785)

    When we introduced filename boosting in BM25, we set it to a very conservative
    weight. This PR increases the weight from 2.0 -> 5.0, which improves results on
    relevant evals.
    
    Relates to SPLF-88
    jtibshirani authored May 28, 2024
    Configuration menu
    Copy the full SHA
    640102a View commit details
    Browse the repository at this point in the history
Loading