pub fn create_embedding_provider(
_provider: &str,
_api_key: Option<&str>,
_model: &str,
_dims: usize,
) -> Box<dyn EmbeddingProvider>Expand description
Embedding provider factory — removed in Construct.
All embedding providers now return NoopEmbedding. Semantic search
is handled by the Kumiho MCP server.