/** * PostgreSQL pgvector Extension Tools * * Vector similarity search operations. * 16 tools total. */ import type { PostgresAdapter } from "../../postgres-adapter.js"; import type { ToolDefinition } from "../../../../types/index.js"; /** * Get all pgvector tools */ export declare function getVectorTools(adapter: PostgresAdapter): ToolDefinition[]; //# sourceMappingURL=index.d.ts.map