Versions in this module Expand all Collapse all v0 v0.23.1 Apr 21, 2026 v0.23.0 Apr 21, 2026 v0.22.0 Apr 21, 2026 Changes in this version + const DefaultEmbeddingImage + const DefaultEmbeddingModel + func Init(ctx context.Context, cfg InitConfig) error + func Serve(ctx context.Context, cfg ServeConfig) error + func Validate(_ context.Context, cfg ValidateConfig) error + type ContainerFactory interface + Create func(ctx context.Context) (runtime.Runtime, error) + type EmbeddingServiceManager struct + func NewEmbeddingServiceManager(factory ContainerFactory, cfg EmbeddingServiceManagerConfig) (*EmbeddingServiceManager, error) + func (m *EmbeddingServiceManager) Start(ctx context.Context) (string, error) + func (m *EmbeddingServiceManager) Stop(ctx context.Context) error + type EmbeddingServiceManagerConfig struct + Image string + Model string + type InitConfig struct + Discoverer workloads.Discoverer + GroupName string + OutputPath string + Writer io.Writer + type ServeConfig struct + ConfigPath string + EmbeddingImage string + EmbeddingModel string + EnableAudit bool + EnableEmbedding bool + EnableOptimizer bool + GroupRef string + Host string + Port int + type ValidateConfig struct + ConfigPath string