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

Added reproduction log entry for BM25 MS MARCO Passage Ranking #2600

Closed
wants to merge 1,817 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    ea5f1ec View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    88dc3a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    e569408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed13b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8691c51 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    aaec4e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e05acb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    4354166 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    c39fef7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Extract common code paths in indexing pipeline (#2275)

    Major refactoring of indexing pipeline (IndexCollection, IndexHnswDenseVectors, and IndexInvertedDenseVectors),
    extracting common code paths into AbstractIndexer.
    lintool authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    44c9abe View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    a4f944d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Refactor search pipeline for HNSW and inverted dense (#2300)

    + Refactored to create HnswDenseSearcher and InvertedDenseSearcher; these will provide Python bindings (later)
    + Refactored SearchHnswDenseVectors and SearchInvertedDenseVectors as wrappers to provide main
    + Improved test coverage
    lintool authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    09beb94 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add download-from-remote feature for pre-built indexes (#2301)

    * add PrebuiltIndexHandler
        * add a download progress bar
        * add MD5 checksum checking 
        * add gzip and unzip tarball functionalities
    * add corresponding unittests
    ArthurChen189 authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    da8a8bb View commit details
    Browse the repository at this point in the history
  2. Upgrade to Lucene 9.9.1 (#2302)

    Also added HNSW int8 regressions: works for cosDPR-distill, issues remain with OpenAI Ada2
    lintool authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    00a8428 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    b83b83d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    cc570f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Major refactoring of search code paths (#2310)

    + Improved alignment between SearchCollection and dense vector search classes.
    + Aligned ScoredDoc and ScoredDocs (was previously ScoredDocuments) as container objects for Lucene results.
    + Searchers now use ScoredDoc instead of class-specific Result objects.
    + Tweaked SearchCollection args to use proper camelCasing.
    + Consolidated BaseSearcher class for basic ranked list post-processing functionality.
    + Increased test coverage.
    lintool authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    6f681df View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    9445ba5 View commit details
    Browse the repository at this point in the history
  2. Dial down -maxThreadMemoryBeforeFlush for indexing OpenAI Ada2 embedd…

    …ings (#2318)
    
    Default of 2047 seems to be too aggressive for hops, getting OOM errors.
    lintool authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3002cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3398eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8218183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63f6446 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Add reproduction script for "End-to-End Retrieval with Learned Dense …

    …and Sparse Representations Using Lucene" (#2317)
    ArthurChen189 authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3e231b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    9446bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3fb7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d19c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa23e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e104f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f36f676 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    b85384f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c79fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3d0ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    637d149 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    5a2b88d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    efaecf7 View commit details
    Browse the repository at this point in the history
  2. update splade-pp-ed beir topics (#2337)

    add pre-encoded topic bindings for pyserini 2CR
    remove -optimize flag to reduce runtime
    justram authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    895abe0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    3ac55ba View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    31e8989 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    94e4e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    066103f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4fc46 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    eaf1e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7c0f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6122ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    d3dc168 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    2027047 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    a95f300 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    6dfff0c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    f4d5681 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Update prebuilt dense indexes + add ability to specify topic enum (#2356

    )
    
    + Update cos-DPR HNSW indexes (+quantized index)
    + Add BGE HNSW indexes (+quantized index)
    + Add ability to specify topic enum
    lintool authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0bef9f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f8407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb18235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c62095 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Various updates and cleanup (#2359)

    + Added Enum topic bindings SPLADE++ ED and BGE for MS MARCO v1 passage corpus
    + Updated regression documentation
    + Rebalanced regression batches across batch03, batch04, and batch05
    lintool authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d077e3b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    1ecd5a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Refactor regressions (#2361)

    + Condensed regression batches from three back into two.
    + Adjusted score tolerance to 0.007 for HNSW runs.
    lintool authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ad106fa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    4ef99e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb04130 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. upgrade onnx version (#2365)

    - updated splade-pp-ed-optimized.onnx on remote end
    - updated onnxruntime to support opset 19
    ArthurChen189 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7e5d369 View commit details
    Browse the repository at this point in the history
  2. Cohere MS MARCO v1 passage 2CR (#2357)

    Adds 2CR regressions doc for MS MARCO embedded with cohere embed-english-v3
    jasper-xian authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    196874d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Refactor MS MARCO passage dev with Cohere V3 embeddings (#2366)

    Added int8 indexes, general clean-up, added links to README
    lintool authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    84dab92 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add SPLADE++ ED w/ ONNX on BEIR (#2354)

    Everything works except for arguana corpus; still being debugged.
    lintool authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b3b5eca View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    6466eff View commit details
    Browse the repository at this point in the history
  2. Add docs for SPLADE++ ED w/ ONNX (#2369)

    + Tweaked scores for ONNX (before, it was scores just copied from pre-encoded version).
    + Completed template docs and links from main README.
    lintool authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e0bacf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1da4ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0ebdb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    dbf4e82 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    78b84dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7f806 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    c15c4a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0a623 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    9459499 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    92705b9 View commit details
    Browse the repository at this point in the history
  2. Tweak scores for Cohere regressions (#2386)

    Ran four trials on different machines and averaged the scores, to better reflect the variance across multiple trials.
    lintool authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    910b6c9 View commit details
    Browse the repository at this point in the history
  3. Fix BGE maxlen issue and add maxlen test cases for splade-pp-ed and b…

    …ge (#2387)
    
    * fix BGE maxlen issue by restricting maxlen to 512
    * add maxlen test cases (i.e., long input query) for splade-pp-ed and bge
    ArthurChen189 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f7703fb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Add BGE regressions with ONNX on BEIR (#2375)

    + maxlen issue with ONNX fixed in #2387
    + this PR simply copies scores from the non-ONNX versions, will circle back and readjust scores
    lintool authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bf882fc View commit details
    Browse the repository at this point in the history
  2. Update BEIR scores using BGE w/ ONNX (#2388)

    + Tweaked scores by averaging over 4 trials
    + Added documentation for Cohere DL19/20
    lintool authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3165c60 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    4626edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc7fa81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ad51e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add support for readable lowercase topics (#2393)

    (e.g., when performing runs on pre-built indexes)
    lintool authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a530342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e57da View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    68dedf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a16638b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04ae04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c4dea View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    d651180 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Tweak tolerance for regression tests (again) (#2400)

    Respond with "OK" if within 0.005; respond with "OK-ish" if within 0.01 (means, take a closer look to verify).
    lintool authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1296a40 View commit details
    Browse the repository at this point in the history
  2. Install Cohere embed-english-v3.0 pre-built indexes, add relevant bin…

    …dings (#2401)
    
    Additionally, rename v3 to v3.0 to be consistent with BGE v1.5.
    lintool authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7fb96f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    6ac5b46 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    1836942 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    bd329a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    1c392dc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    d65a817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a65470 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Add 2cr for Anserini (#2395)

    Add reproduction script and html generation script for MSMARCO V1
    ArthurChen189 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    991b159 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f813d48 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    6720f1c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    c34be0b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Tweak 'name' in regression yaml files to make more unique (#2415)

    This avoids output runfile collisions, enabling regressions to run concurrently without clobbering each other.
    lintool authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    56d6ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0369155 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Tweak 2CRs with pre-built indexes (#2416)

    + Fixed incorrect scores
    + Aligned execution trace + HTML output with Pyserini
    lintool authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fad61d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3dda8a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    2ace70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bf134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55b673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d852d View commit details
    Browse the repository at this point in the history
  5. Use 'encoders' cache directory instead of 'test' cache directory: eli…

    …minate duplicate downloads (#2429)
    16BitNarwhal authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4619df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix TREC-COVID regressions and fine-tuning experiments (#2431)

    Renamed SearchCollection parameters a while ago but never fixed in Python scripts for
    TREC-COVID regressions and fine-tuning experiments.
    lintool authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    df974ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5544ebb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Upgrade to JDK 21 (#2410)

    lintool authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5a7d6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2493812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e544e7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    698c008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610267a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    b43cd02 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    4b8ec12 View commit details
    Browse the repository at this point in the history
  2. Merge pyserini/anserini cache directory; rename BEIR indexes to new s…

    …chema (#2438)
    
    + There's no good reason why we need both ~/.cache/pyserini and ~/.cache/anserini:
      merging together; anserini simply uses the pyserini cache directory
    + Rename BEIR indexes to a new schema: lucene-{inverted,hnsw}
    lintool authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8a3b2b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Bump word-wrap from 1.2.3 to 1.2.5 in /src/main/frontend (#2440)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8c6cdd9 View commit details
    Browse the repository at this point in the history
  2. Bump semver from 6.3.0 to 6.3.1 in /src/main/frontend (#2441)

    Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
    - [Commits](npm/node-semver@v6.3.0...v6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    621f93a View commit details
    Browse the repository at this point in the history
  3. Bump json5 from 1.0.1 to 1.0.2 in /src/main/frontend (#2442)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a22204a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Remove appassembler-maven-plugin (#2444)

    Deprecation in JDK 21 of plugin requires an entirely new approach to launch classes.
    Switching over to a custom run script.
    lintool authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    94271ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd85e36 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0323aa1 View commit details
    Browse the repository at this point in the history
  2. Fix dependabot issues (#2450)

    Upgrade package versions and fix issues with:
    
    + Bump org.yaml:snakeyaml from 1.33 to 2.0 #2439
    + Bump next from 12.3.1 to 13.5.0 in /src/main/frontend #2443
    
    To upgrade snake-yaml to 2.X, a newer version of jackson is required.
    Upgraded to the latest snake-yaml 2.2 and a corresponding jackson of 2.16.0.
    16BitNarwhal authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    15a6187 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Refactor OpenAI ada2 regressions (#2448)

    + int8 variant wasn't working before, JDK 21 upgrade seems to have fixed it, see #2314
    + rename to new schema
    lintool authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f401873 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    6c4046d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a57dcd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    2120d73 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    1423361 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Fix TREC-COVID regressions and fine-tuning experiments (#2455)

    Changes due to #2444: Remove appassembler-maven-plugin
    lintool authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2891edd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. update readme (#2458)

    Update readme to reflect new build instructions
    ToluClassics authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    667e61c View commit details
    Browse the repository at this point in the history
  2. Refactor regressions with prebuilt indexes (#2457)

    + Upgraded to renamed indexes conforming to new schema.
    + Created docs/fatjar-regressions-v0.35.0.md - old instructions moved to here
    + Created docs/fatjar-regressions-v0.35.1-SNAPSHOT.md - new instructions here
    lintool authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b2410e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    4510050 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    fec33c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    cbf7882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87402ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    654fbc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9d9c5c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a3889cb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    840b1b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Refactor and clean-up POM (#2468)

    + fixed indentation
    + removed dependence on "parent" Spring boot POM
    lintool authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f376394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c430b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8d7f2 View commit details
    Browse the repository at this point in the history
  4. Add fatjar regression doc for v0.35.2-SNAPSHOT (#2471)

    + Moved old instructions into doc/fatjar-regressions/
    +Created a new one for v0.35.2-SNAPSHOT
    lintool authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f3fd7aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99be23a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b111670 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c5df22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7b3018 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    fd266c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edfca5c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Add RunMsMarco for V2.1 and RunBeir (#2477)

    + Added command-line option for RunMsMarco repro to support V2.1 and V2.1 segmented indexes.
    + Added a new repro for RunBeir with output format following the instructions in fatjar-regressions-v0.35.1.md.
    + Removed some minor dead code.
    wu-ming233 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3a16ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7236cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1a90b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d1a8de7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc4a283 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    2fa76ea View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    1d9061b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    669f369 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    669d2e2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Bump next from 13.5.6 to 14.1.1 in /src/main/frontend (#2493)

    * Bump next from 13.5.6 to 14.1.1 in /src/main/frontend
    
    Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v13.5.6...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix compatibility issues
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: 16BitNarwhal <[email protected]>
    dependabot[bot] and 16BitNarwhal authored May 11, 2024
    Configuration menu
    Copy the full SHA
    5fa89cd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    1437a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff4e3e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Web app and Rest API: Support for multiple indexes (#2486)

    * modified api route to allow selection of prebuilt indexes
    * added multilevel dropdown to webapp for picking indexes
    * added API test for code coverage
    16BitNarwhal authored May 13, 2024
    Configuration menu
    Copy the full SHA
    32b3242 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    6917e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2851e14 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix default params in webapp (#2498)

    * updated k1 = 0.9 and b = 0.4
    * updated ControllerTest to match updated params
    16BitNarwhal authored May 15, 2024
    Configuration menu
    Copy the full SHA
    42f3f2c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update API retrieval results format (#2499)

    * change format to match RunOutputWriter jsonl format
    
    * remove whitespace
    16BitNarwhal authored May 16, 2024
    Configuration menu
    Copy the full SHA
    33d2c83 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    ceee2ba View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8d0e4a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b9f6b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    8f6147b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. rename collection to index in route (#2503)

    Renamed /api/collection/ to /api/index/
    16BitNarwhal authored May 25, 2024
    Configuration menu
    Copy the full SHA
    c08761d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa655c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ed65af9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    ba24b5a View commit details
    Browse the repository at this point in the history
  2. Initial implementation of flat vector search (#2510)

    1st installment (of many to come): current implementation checked with BEIR BGE (cached queries).
    no quantized yet; no ONNX yet - both to come.
    lintool authored May 30, 2024
    Configuration menu
    Copy the full SHA
    20cce50 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    8f49498 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Improvements to flat vector search (#2512)

    + Two separate codecs: AnseriniLucene99FlatVectorFormat and AnseriniLucene99ScalarQuantizedVectorsFormat.
    + Hooked everything up to regressions for all BEIR datasets: {cached, ONNX} x {original, int8}.
    lintool authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c55b3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6143fc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    72d765a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1102fbe View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    5cc87fd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    1650285 View commit details
    Browse the repository at this point in the history
  2. Add new flat regressions for MS MARCO v1 passage (#2521)

    BGE, Cohere, cosDPR, OpenAI (ada2); for dev, DL 19, DL 20.
    lintool authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b5d8d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae88b46 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    4adbeab View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    28e80dc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump ai.djl:api from 0.21.0 to 0.28.0 (#2529)

    * Bump ai.djl:api from 0.21.0 to 0.28.0
    
    Bumps [ai.djl:api](https://github.com/deepjavalibrary/djl) from 0.21.0 to 0.28.0.
    - [Release notes](https://github.com/deepjavalibrary/djl/releases)
    - [Commits](deepjavalibrary/djl@v0.21.0...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: ai.djl:api
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed test failures.
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lintool <[email protected]>
    dependabot[bot] and lintool authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8bff6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    592cd34 View commit details
    Browse the repository at this point in the history
  3. Simplify options for HNSW indexes (#2531)

    Removed -memoryBuffer 65536 -noMerge options for HNSW regressions: revert to "default settings".
    lintool authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f7998d2 View commit details
    Browse the repository at this point in the history
  4. Bump braces from 3.0.2 to 3.0.3 in /src/main/frontend (#2532)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4b40ec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Webapp update (#2525)

    * expose a /indexes route for listing all info
    * use indexinfo from api in frontend dropdown
    * /status route for checking index cached
    * use cached status to highlight indexes in frontend
    * renamed /index/{index} to /indexes/{index}
    * versioned with /api/v1.0/...
    * add docs/rest-api.md
    16BitNarwhal authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    66d6567 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix tokenizer length issue with DJL upgrade (#2536)

    Override default settings to be able to tokenize arbitrarily long sequences.
    lintool authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4d35c2a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Simplify options for HNSW indexes (#2533)

    HNSW regressions for MS MARCO regressions: revert to "default settings"
    Continuation of #2531 (which was for BEIR)
    Will need to adjust score tolerance, but will circle back in a separate PR for that.
    lintool authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fd9c3c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Refactor tolerance settings for BEIR dense vector regressions (#2538)

    + tweak docs for flat indexes.
    + refactor tolerance values for HNSW indexes, calibrate wrt flat index scores.
    lintool authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f9c2d56 View commit details
    Browse the repository at this point in the history
  2. Webapp get doc by ID (#2539)

    * get document by ID dropdown added
    * UI styling update
    * updated rest-api.md
    16BitNarwhal authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c7e658d View commit details
    Browse the repository at this point in the history
  3. Fix rest-api.md (#2540)

    16BitNarwhal authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    68bd526 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    8fa6c90 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Refactor tolerance settings for MS MARCO dense vector regressions (#2541

    )
    
    Continuation of #2538 - refactor tolerance values for HNSW indexes, calibrate wrt flat index scores.
    lintool authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    675748c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    06497b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    4b463fc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    428a40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6227adc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    6a5df23 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    bf8cb52 View commit details
    Browse the repository at this point in the history
  2. Webapp UI update (#2554)

    - sticky search bar / header
    - flatten page
    16BitNarwhal authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c833cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    e9bc602 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    14bdc2c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    cf8c2f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    40cc1c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    fe40b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855845a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    b148fb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    80f4d39 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Fixed command for indexing/search flat vectors (#2567)

    IndexCollection -> IndexFlatDenseVectors
    SearchCollection -> SearchFlatDenseVectors
    lintool authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    974a11b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a30147 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    4d38206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243f4ac View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    7a2b50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907150b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350de1d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    e9f65cf View commit details
    Browse the repository at this point in the history
  2. Minor doc tweaks (#2576)

    lintool authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9904a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d54900d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd00627 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    4187878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c79066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a39d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c805521 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Tweak parameters in regression yaml (#2581)

    + simplified parameters in cases where there are default (for BEIR)
    + moved "threads" parameter up closer to beginning of command (for indexing, all regressions)
    lintool authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8c0952d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f2737a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Refactor to enable cleaner Pyserini bindings (#2584)

    + dense searchers batch_search - change method signature to take queries, then qids - to be consistent
      with SimpleSearcher and SimpleImpactSearcher
    + dense searchers: refactor ThreadPoolExecutor to use try-with-resources, see #2579
    lintool authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    68a2811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72efbbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5f2d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7978b4a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Bump micromatch from 4.0.5 to 4.0.8 in /src/main/frontend (#2588)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4c3b840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e623527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2b578 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    a4daf32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5732232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3714825 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    fed6527 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b3ec459 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    6ddade7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. the changes

    RMaarefdoust committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a60a33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d4245 View commit details
    Browse the repository at this point in the history
  3. Ignore jar files

    RMaarefdoust committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bde0148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66a64c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f7b76b View commit details
    Browse the repository at this point in the history