@ruvector/postgres-cli
Version:
Advanced AI vector database CLI for PostgreSQL - pgvector drop-in replacement with 53+ SQL functions, 39 attention mechanisms, GNN layers, hyperbolic embeddings, and self-learning capabilities
12 lines (11 loc) • 458 B
JavaScript
/**
* RuVector PostgreSQL CLI
* Entry point for the library exports
*/
export { RuVectorClient } from './client.js';
export { VectorCommands } from './commands/vector.js';
export { AttentionCommands } from './commands/attention.js';
export { GnnCommands } from './commands/gnn.js';
export { GraphCommands } from './commands/graph.js';
export { LearningCommands } from './commands/learning.js';
export { BenchmarkCommands } from './commands/benchmark.js';