You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(integration): add hybrid_search test; strengthen schema test
- test_hybrid_search_returns_results: creates two nodes connected by
RELATED edge with embeddings, calls hybrid_search from start node,
asserts results with distance and node fields
- test_get_schema_text: now creates actual data (label + edge type) and
verifies SchemaTestLabel and SCHEMA_EDGE appear in schema text output
- Remove stale "graph RPC stubs not yet wired" comment in async test
25/25 integration tests pass
0 commit comments