Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt.
Edge Type Does Not Have a Node Type as Its From Source
Erroneous Code Example
This error occurs when you try to use an edge in a context that requires theFrom type to be a node, but the edge’s From type is not a node.
Solution
Ensure the edge type has a node type as itsFrom source, or use the appropriate traversal for vector types.