Create a ClusterConfig populated with sensible defaults.
ClusterConfig
A new ClusterConfig with K-Means / cosine / 500 max records.
const cfg = DefaultClusterConfig();cfg.EntityName = 'Accounts';cfg.K = 6; Copy
const cfg = DefaultClusterConfig();cfg.EntityName = 'Accounts';cfg.K = 6;
Create a
ClusterConfigpopulated with sensible defaults.