fastembed 4.4.0

Rust implementation of https://github.com/qdrant/fastembed
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.hf-hub]
default-features = false
version = "0.3"

[dependencies.image]
version = "0.25.2"

[dependencies.ndarray]
default-features = false
version = "0.16"

[dependencies.ort]
default-features = false
features = ["ndarray"]
version = "=2.0.0-rc.9"

[dependencies.rayon]
default-features = false
version = "1.10"

[dependencies.serde_json]
version = "1"

[dependencies.tokenizers]
default-features = false
features = ["onig"]
version = "0.19"

[features]
default = ["ort-download-binaries", "online"]
online = ["hf-hub/online"]
optimum-cli = []
ort-download-binaries = ["ort/download-binaries"]
ort-load-dynamic = ["ort/load-dynamic"]

[lib]
name = "fastembed"
path = "src/lib.rs"

[package]
authors = ["Anush008 <anushshetty90@gmail.com>", "Josh Niemelä <josh@jniemela.dk>", "GrisiaEvy <a115020115@gmail.com>", "George MacKerron <georgemackerron@neon.tech>", "Timon Vonk <mail@timonv.nl>", "Luya Wang <luya.wang@qq.com>", "Tri <tri@triandco.com>", "Denny Wong <denwong47@hotmail.com>", "Alex Rozgo <alex.rozgo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust implementation of https://github.com/qdrant/fastembed"
documentation = "https://docs.rs/fastembed"
edition = "2021"
homepage = "https://crates.io/crates/fastembed"
license = "Apache-2.0"
name = "fastembed"
readme = "README.md"
repository = "https://github.com/Anush008/fastembed-rs"
version = "4.4.0"

[[test]]
name = "embeddings"
path = "tests/embeddings.rs"

[[test]]
name = "optimum_cli_export"
path = "tests/optimum_cli_export.rs"