Docs.rs
edgebert-0.4.0
edgebert 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
olafurjohannsson
Dependencies
anyhow ^1.0
normal
blas-src ^0.10
normal
optional
lru ^0.16.1
normal
once_cell ^1.21.3
normal
openblas-src ^0.10
normal
optional
reqwest ^0.12.23
normal
safetensors ^0.6.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
wasm-bindgen ^0.2.100
normal
dirs ^6.0.0
normal
matrixmultiply ^0.3
normal
ndarray ^0.16
normal
ndarray-stats ^0.6.0
normal
rayon ^1.11.0
normal
tokenizers ^0.15
normal
pkg-config ^0.3
build
criterion ^0.7.0
dev
console_error_panic_hook ^0.1.7
normal
futures ^0.3.31
normal
getrandom ^0.2
normal
js-sys ^0.3.77
normal
ndarray ^0.16.1
normal
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4.50
normal
web-sys ^0.3.77
normal
Versions
5%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate edgebert
edgebert
0.4.0
All Items
Crate Items
Structs
Enums
Functions
Crate
edgebert
Copy item path
Source
Structs
§
Config
Model
Enums
§
Model
Type
Functions
§
cosine_
similarity
Computes cosine similarity between two vectors: dot(a,b) / (||a|| * ||b||).