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

Narek/bm25 bloom #343

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Narek/bm25 bloom #343

wants to merge 16 commits into from

Commits on Oct 14, 2024

  1. Format Cargo.toml

    Ngalstyan4 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c11b1c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    f8dbba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a602574 View commit details
    Browse the repository at this point in the history
  3. Rename cargo to cargo.toml in .cargo

    .cargo/config has been deprecated in favor of config.toml since rust
    1.38.
    We use Rust 2021 edition, which is stable since 1.56, so it should be
    fine to rename the file and avoid the warning during compilation
    Ngalstyan4 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fc9df71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    804bf2c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    56e866b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0df2ea View commit details
    Browse the repository at this point in the history
  3. Moved over bm25

    bm25 agg
    Ngalstyan4 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ba6a906 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e60324 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0ae429 View commit details
    Browse the repository at this point in the history
  6. Fix cast issue

    Ngalstyan4 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe18122 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ada50e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fb66da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb59f13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e043e82 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Add search_bm25 API

    Ngalstyan4 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    68feaa8 View commit details
    Browse the repository at this point in the history