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.
Non-Iterable Variable
Erroneous Code Example
This error occurs when you try to use a non-iterable variable in an iteration context. In this example, the parametername is not a collection, so it cannot be used in an iteration context.