Expand description
Embedding model abstraction — unified interface for API and local ONNX providers.
Structs§
- ApiEmbedding
- Embedding provider that calls a remote OpenAI-compatible API.
Enums§
- Embedder
- Unified embedding provider using enum dispatch (zero-cost, no boxing).