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(llama-index): clarify CoordiNode RETURN n and vector_search behaviour
Add detailed comments explaining:
- In CoordiNode, CREATE ... RETURN n yields the internal integer node ID,
not a property map — verified empirically (seed_rows[0]["nid"] == int)
- vector_search returns Node(properties={}) so node.properties.get("id")
is always None and cannot be used for node identification
- ChunkNode.id_ == str(r.node.id) is the correct comparison target
0 commit comments