Versions in this module Expand all Collapse all v1 v1.3.0 Mar 17, 2026 Changes in this version + type EmbeddingConfig struct + APIKey string + IndexModel string + IndexOnComplete bool + Provider string + QueryModel string + SimilarityThreshold float64 type ProvenanceConfig + Embedding *EmbeddingConfig v1.3.0-beta Mar 17, 2026 v1.2.0 Mar 14, 2026 v1.2.0-beta Mar 14, 2026 v1.1.0 Mar 13, 2026 v1.0.4 Mar 13, 2026 v1.0.3 Mar 13, 2026 v1.0.2 Mar 13, 2026 v1.0.1 Mar 13, 2026 v1.0.0 Mar 13, 2026 Changes in this version + type DatabaseConfig struct + Container string + Database string + Image string + InitScript string + Password string + Port int + Type string + Username string + type DependencyConfig struct + Headers map[string]string + Host string + Name string + Port int + Proxy bool + Type string + type InfrastructureConfig struct + Database bool + ExternalDB bool + Kafka bool + Redis bool + type LineSpecConfig struct + BaseDir string + Created time.Time + Database *DatabaseConfig + Dependencies []DependencyConfig + Infrastructure InfrastructureConfig + Provenance *ProvenanceConfig + Service ServiceConfig + func DefaultConfig(framework string) *LineSpecConfig + func LoadConfig(startDir string) (*LineSpecConfig, error) + func LoadConfigFile(path string) (*LineSpecConfig, error) + func (c *LineSpecConfig) GetDockerComposePath() string + func (c *LineSpecConfig) GetHealthURL(hostPort string) string + type ProvenanceConfig struct + AutoAffectedScope bool + CommitTagRequired bool + Dir string + Enforcement string + SharedRepos []string + type ServiceConfig struct + BuildContext string + DockerCompose string + Environment map[string]string + Framework string + HealthEndpoint string + Name string + Port int + ServiceDir string + StartCommand string + Type string