fastembed 4.4.0

Rust implementation of https://github.com/qdrant/fastembed
Documentation
{
  "branches": [
    "main",
    "next",
    {
      "name": "beta",
      "prerelease": true
    }
  ],
  "plugins": [
    [
      "@semantic-release/commit-analyzer",
      {
        "preset": "conventionalcommits",
        "releaseRules": [
          {
            "breaking": true,
            "release": "major"
          },
          {
            "type": "feat",
            "release": "minor"
          },
          {
            "type": "fix",
            "release": "patch"
          },
          {
            "type": "perf",
            "release": "patch"
          },
          {
            "type": "revert",
            "release": "patch"
          },
          {
            "type": "docs",
            "release": "patch"
          },
          {
            "type": "style",
            "release": "patch"
          },
          {
            "type": "refactor",
            "release": "patch"
          },
          {
            "type": "test",
            "release": "patch"
          },
          {
            "type": "build",
            "release": "patch"
          },
          {
            "type": "ci",
            "release": "patch"
          },
          {
            "type": "chore",
            "release": "patch"
          }
        ]
      }
    ],
    "@semantic-release/release-notes-generator",
    "@semantic-release/github",
    [
      "semantic-release-cargo",
      {
        "allFeatures": true,
        "check": true,
        "publishArgs": [
          "--no-verify"
        ]
      }
    ],
    [
      "@semantic-release/git",
      {
        "assets": [
          "Cargo.toml"
        ],
        "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
      }
    ],
    [
      "@semantic-release/release-notes-generator",
      {
        "preset": "conventionalcommits",
        "parserOpts": {
          "noteKeywords": [
            "BREAKING CHANGE",
            "BREAKING CHANGES",
            "BREAKING"
          ]
        },
        "writerOpts": {
          "commitsSort": [
            "subject",
            "scope"
          ]
        },
        "presetConfig": {
          "types": [
            {
              "type": "feat",
              "section": "๐Ÿ• Features"
            },
            {
              "type": "feature",
              "section": "๐Ÿ• Features"
            },
            {
              "type": "fix",
              "section": "๐Ÿ› Bug Fixes"
            },
            {
              "type": "perf",
              "section": "๐Ÿ”ฅ Performance Improvements"
            },
            {
              "type": "revert",
              "section": "โฉ Reverts"
            },
            {
              "type": "docs",
              "section": "๐Ÿ“ Documentation"
            },
            {
              "type": "style",
              "section": "๐ŸŽจ Styles"
            },
            {
              "type": "refactor",
              "section": "๐Ÿง‘โ€๐Ÿ’ป Code Refactoring"
            },
            {
              "type": "test",
              "section": "โœ… Tests"
            },
            {
              "type": "build",
              "section": "๐Ÿค– Build System"
            },
            {
              "type": "ci",
              "section": "๐Ÿ” Continuous Integration"
            },
            {
              "type": "chore",
              "section": "๐Ÿงน Chores"
            }
          ]
        }
      }
    ]
  ]
}