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
fix(llama-index): use __type__ for rel type and MATCH+CREATE for edges
- Fix upsert_relations(): CoordiNode does not support MERGE for edge
patterns; replace MATCH+MERGE with MATCH+MATCH+CREATE
- Fix get_triplets(): type(r) returns null; use r.__type__ instead.
Also use `or "RELATED"` guard (not default arg) since null differs
from missing key
- Fix get_rel_map(): same __type__ fix for variable-length path results
where relationship data arrives as a list of dicts
Closes#14
0 commit comments