/** * PostgreSQL pgvector - Cluster Analysis * * K-means clustering on vector columns. * 1 tool total. */ import type { PostgresAdapter } from "../../postgres-adapter.js"; import { type ToolDefinition } from "../../../../types/index.js"; export declare function createVectorClusterTool(adapter: PostgresAdapter): ToolDefinition; //# sourceMappingURL=cluster.d.ts.map