OptionalAlgorithmOptionalColorLegend mode: color points by 'cluster' (default) or 'entity'.
OptionalDimensionsNumber of dimensions for the projected layout (2 or 3). Defaults to 2.
OptionalDistanceDistance metric: 'cosine', 'euclidean' or 'dotproduct'.
OptionalEntityOptionalEntityMulti-entity clustering: one or more Entity Document IDs whose vectors are merged into a single analysis. Takes precedence over EntityDocumentID when non-empty. All selected docs must share the same embedding model (the engine hard-blocks mismatches).
OptionalEntityOptionalEntityOptionalEpsilonEpsilon neighbourhood radius for DBSCAN.
OptionalFilterOptional SQL-style filter applied by the vector source.
OptionalKNumber of clusters for K-Means.
OptionalMaxMaximum number of records to fetch for clustering.
OptionalMinMinimum points to form a dense region in DBSCAN.
OptionalNameWhen true, runs the optional LLM cluster-naming step.
OptionalPersistWhen supplied, the result is persisted as an MJ: Cluster Analysis row
with this Name and the returned AnalysisID is populated.
Clustering algorithm: 'kmeans' or 'dbscan'.