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.1.0
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.2.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 29, 2025

  1. refactor: Misc. improvements (#181)

    Signed-off-by: Anush008 <[email protected]>
    Anush008 authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    fdea4bb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. ci: Update dependabot.yml

    Anush008 authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    473251d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. chore(deps): update tokenizers requirement from 0.21.2 to 0.22.0 (#182)

    Updates the requirements on [tokenizers](https://github.com/huggingface/tokenizers) to permit the latest version.
    - [Release notes](https://github.com/huggingface/tokenizers/releases)
    - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md)
    - [Commits](huggingface/tokenizers@v0.21.2...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokenizers
      dependency-version: 0.22.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 Sep 5, 2025
    Configuration menu
    Copy the full SHA
    99f93e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. feat: Add EmbeddingGemma300M (#184)

    * feat: adding EmbeddingGemma300M model
    
    * add output_key field to ModelInfo and update models to include it.
    
    * chore: Misc. updates
    
    Signed-off-by: Anush008 <[email protected]>
    
    ---------
    
    Signed-off-by: Anush008 <[email protected]>
    zojeda authored Sep 15, 2025
    4 Configuration menu
    Copy the full SHA
    6a0ed19 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.2.0 [skip ci]

    # [5.2.0](v5.1.0...v5.2.0) (2025-09-15)
    
    ### Features
    
    * Add EmbeddingGemma300M ([#184](#184)) ([6a0ed19](6a0ed19))
    
    ## [5.2.0](v5.1.0...v5.2.0) (2025-09-15)
    
    ### 🍕 Features
    
    * Add EmbeddingGemma300M ([#184](#184)) ([6a0ed19](6a0ed19))
    
    ### 🧑‍💻 Code Refactoring
    
    * Misc. improvements ([#181](#181)) ([fdea4bb](fdea4bb))
    
    ### 🔁 Continuous Integration
    
    * Update dependabot.yml ([473251d](473251d))
    
    ### 🧹 Chores
    
    * **deps:** update tokenizers requirement from 0.21.2 to 0.22.0 ([#182](#182)) ([99f93e9](99f93e9))
    zojeda authored and github-actions[bot] committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    f7b5c36 View commit details
    Browse the repository at this point in the history
Loading