Cargo Features

EmbedAnything has no features set by default.

[dependencies]
embed_anything = { version = "0.2.1", features = ["mkl", "accelerate", "cuda", "extension-module"] }
mkl

Enables mkl of candle-core, candle-nn, and candle-transformers and intel-mkl-src

Optional Dependency

accelerate

Enables accelerate-src, accelerate of candle-core, candle-nn, and candle-transformers

cuda

Enables cuda of candle-core and candle-nn

extension-module

Enables extension-module of pyo3

Python Interoperability