pub type EmbeddingModelRef = ModelRef<dyn DynEmbeddingModel>;Expand description
Shared reference to an embedding model (or an unresolved model id).
Aliased Type§
pub struct EmbeddingModelRef(/* private fields */);pub type EmbeddingModelRef = ModelRef<dyn DynEmbeddingModel>;Shared reference to an embedding model (or an unresolved model id).
pub struct EmbeddingModelRef(/* private fields */);