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: Anush008/fastembed-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.16.1
Choose a base ref
...
head repository: Anush008/fastembed-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.17.2
Choose a head ref
  • 12 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 14, 2026

  1. Configuration menu
    Copy the full SHA
    5dae66b View commit details
    Browse the repository at this point in the history
  2. docs: Usage reconciliation at README.md and lib.rs docstrings (#258)

    * docs: Reconciliation
    
    * ci: Parallelize tests
    Anush008 authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    53bf4db View commit details
    Browse the repository at this point in the history
  3. fix(qwen3): clamp image max_pixels to tokenizer token budget (#260)

    * fix(qwen3): clamp image max_pixels to tokenizer token budget
    
    * chore: cargo fmt
    Anush008 authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    5340989 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.16.2 [skip ci]

    ## [5.16.2](v5.16.1...v5.16.2) (2026-06-14)
    
    ### 🐛 Bug Fixes
    
    * **qwen3:** clamp image max_pixels to tokenizer token budget ([#260](#260)) ([5340989](5340989))
    * **nomic-v2-moe:** resolve dtype mismatches for BF16/F16 inference ([#259](#259)) ([5dae66b](5dae66b))
    
    ### 📝 Documentation
    
    * Usage reconciliation at README.md and lib.rs docstrings ([#258](#258)) ([53bf4db](53bf4db))
    Anush008 authored and github-actions[bot] committed Jun 14, 2026
    Configuration menu
    Copy the full SHA
    3a9588a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. chore(deps): update safetensors requirement from 0.7.0 to 0.8.0 (#261)

    Updates the requirements on [safetensors](https://github.com/huggingface/safetensors) to permit the latest version.
    - [Release notes](https://github.com/huggingface/safetensors/releases)
    - [Changelog](https://github.com/safetensors/safetensors/blob/main/RELEASE.md)
    - [Commits](safetensors/safetensors@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: safetensors
      dependency-version: 0.8.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    d2c55c0 View commit details
    Browse the repository at this point in the history
  2. ci: strip commas from clippy-features cache key, pin actions to SHAs,…

    … bump to Node 24 runtimes (#262)
    
    ci: pin actions to SHAs, bump to Node 24 runtimes
    Anush008 authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    78c4a68 View commit details
    Browse the repository at this point in the history
  3. feat(similarity): add cosine_similarity, dot, top_k helpers (#263)

    * feat(similarity): add cosine_similarity, dot, top_k helpers
    
    * ci: Add HF_TOKEN to resolve 429s
    
    * ci: Removed redundant jlumbroso/free-disk-space usage
    Anush008 authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    6fc2eb9 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.17.0 [skip ci]

    ## [5.17.0](v5.16.2...v5.17.0) (2026-06-15)
    
    ### 🍕 Features
    
    * **similarity:** add cosine_similarity, dot, top_k helpers ([#263](#263)) ([6fc2eb9](6fc2eb9))
    
    ### 🔁 Continuous Integration
    
    * strip commas from clippy-features cache key, pin actions to SHAs, bump to Node 24 runtimes ([#262](#262)) ([78c4a68](78c4a68))
    
    ### 🧹 Chores
    
    * **deps:** update safetensors requirement from 0.7.0 to 0.8.0 ([#261](#261)) ([d2c55c0](d2c55c0))
    Anush008 authored and github-actions[bot] committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    bceb1e9 View commit details
    Browse the repository at this point in the history
  5. docs: Re-order README.md sections (#264)

    * docs: Re-order README.md sections
    
    * Update README.md
    Anush008 authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    5cd990f View commit details
    Browse the repository at this point in the history
  6. chore(release): 5.17.1 [skip ci]

    ## [5.17.1](v5.17.0...v5.17.1) (2026-06-15)
    
    ### 📝 Documentation
    
    * Re-order README.md sections ([#264](#264)) ([5cd990f](5cd990f))
    Anush008 authored and github-actions[bot] committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    5deec6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee2465f View commit details
    Browse the repository at this point in the history
  8. chore(release): 5.17.2 [skip ci]

    ## [5.17.2](v5.17.1...v5.17.2) (2026-06-15)
    
    ### 🐛 Bug Fixes
    
    * **docs:** replace removed doc_auto_cfg with doc_cfg ([#265](#265)) ([ee2465f](ee2465f))
    Anush008 authored and github-actions[bot] committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    d0e8e9e View commit details
    Browse the repository at this point in the history
Loading