11 lines
356 B
JavaScript
11 lines
356 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* RuVector CLI - Command-line interface for RuVector vector database
|
|
*
|
|
* This CLI provides access to hooks, memory, learning, and swarm commands.
|
|
* Supports PostgreSQL storage (preferred) with JSON fallback.
|
|
*
|
|
* Set RUVECTOR_POSTGRES_URL or DATABASE_URL for PostgreSQL support.
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=cli.d.ts.map
|