Structs
- Rust representation of the FlagEmbedding model
Enums
- Execution provider container. See the ONNX Runtime docs for more info on execution providers. Execution providers are actually registered via the functions
crate::SessionBuilder(per-session) orEnvBuilder(default for all sessions in an environment).
Traits
- Base class for implemnting an embedding model