ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action: "Run Cluster Analysis"
Thin wrapper over ClusteringEngine.RunPipeline. Fetches embedding vectors for an entity / entity document, clusters them (KMeans or DBSCAN), projects them to 2D/3D, optionally names clusters with an LLM, and — when a
PersistAsname is supplied — persists the result toMJ: Cluster Analysis.All business logic lives in the engine; this action only maps params and returns a summary.
Parameters (Input):
Output params: AnalysisID (when persisted), ClusterCount, RecordCount, SilhouetteScore.