mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 05:43:58 +00:00
- Add CONFIG_TABLE to storage.rs for persisting DbOptions - Implement save_config() and load_config() methods in VectorStorage - Modify VectorDB::new() to load stored config for existing databases - Fix dimension mismatch by recreating storage with correct dimensions - Fix test_error_handling CLI test to use /dev/null/db.db path This ensures database settings (dimensions, distance metric, HNSW config, quantization) are preserved across restarts. Previously opening an existing database would use default settings instead of stored configuration. |
||
|---|---|---|
| .. | ||
| cli_tests.rs | ||
| gnn_performance_test.rs | ||
| mcp_tests.rs | ||