mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 13:54:31 +00:00
- Change --dimensions from -d to -D to avoid conflict with global --debug - Change --db from -d to -b across all subcommands (Insert, Search, Info, Benchmark, Export, Import) to avoid conflict with global --debug Fixes clap panic in debug builds: "Short option names must be unique" Note: 4 CLI integration tests still fail due to pre-existing issue where VectorDB doesn't persist its configuration to disk. When reopening a database, dimensions are read from config defaults (384) instead of from the stored database metadata. This is an architectural issue requiring VectorDB changes to implement proper metadata persistence. |
||
|---|---|---|
| .. | ||
| cli | ||
| mcp | ||
| config.rs | ||
| main.rs | ||
| mcp_server.rs | ||