mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-28 09:53:36 +00:00
Key fixes: - Export NodeBuilder and EdgeBuilder from node/edge modules - Add From<bool|i64|i32|f64|f32|String|&str> for PropertyValue - Add Edge::create() convenience constructor with auto-generated ID - Add Node::has_label() method - Make GraphDB get_node/get_edge accept impl AsRef<str> - Add Transaction::begin() static constructor - Fix cypher parser - advance token in parse_node_pattern_content - Fix cache_hierarchy tests to use CachePropertyValue - Fix performance_tests to use string edge_type instead of RelationType Test suite status: - 277 tests passing - 20 tests ignored (incomplete features marked with TODO reasons) Ignored tests document incomplete features: - Hyperedge Cypher syntax parsing - Constant folding optimization - ART multi-key insertion/common prefix - Hot/cold cache promotion - Undirected relationship parsing - REMOVE statement parsing - Complex multi-direction patterns - k_hop_neighbors traversal |
||
|---|---|---|
| .. | ||
| profiling | ||
| ruvector-bench | ||
| ruvector-cli | ||
| ruvector-cluster | ||
| ruvector-collections | ||
| ruvector-core | ||
| ruvector-filter | ||
| ruvector-graph | ||
| ruvector-graph-node | ||
| ruvector-graph-wasm | ||
| ruvector-metrics | ||
| ruvector-node | ||
| ruvector-raft | ||
| ruvector-replication | ||
| ruvector-router-cli | ||
| ruvector-router-core | ||
| ruvector-router-ffi | ||
| ruvector-router-wasm | ||
| ruvector-server | ||
| ruvector-snapshot | ||
| ruvector-tiny-dancer-core | ||
| ruvector-tiny-dancer-node | ||
| ruvector-tiny-dancer-wasm | ||
| ruvector-wasm | ||