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.
Shortest Path Requires From or To Parameter
Erroneous Code Example
This error occurs when you use a shortest path operation without providing either afrom or to parameter.
Solution
Add afrom or to parameter to the shortest path operation.