Commit Graph

1 Commits

Author SHA1 Message Date
krejcif
784d1d8238 fix(memory-ruvector): fix E2E test to use native GraphDatabase API
The ruvector CodeGraph wrapper has incomplete API mapping. Updated
e2e-test.ts to use the native @ruvector/graph-node GraphDatabase
directly with proper:
- Node creation with embeddings (Float32Array)
- Edge creation with embeddings and descriptions
- Cypher-like queries via query() method
- k-hop neighbors lookup
- Graph statistics

All 18 tests now pass including graph functionality.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 08:14:16 +01:00