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
The current data model is very flexible but there is no intuitive way to access the data.
One way to have it and also make it more future-proof is generating human-readable sentences that can be used as input to LLM-based chatbots like ChatGPT.
We need to iterate over the model and extract leafs until the root node so order makes sense.
The text was updated successfully, but these errors were encountered:
The current data model is very flexible but there is no intuitive way to access the data.
One way to have it and also make it more future-proof is generating human-readable sentences that can be used as input to LLM-based chatbots like ChatGPT.
We need to iterate over the model and extract leafs until the root node so order makes sense.
The text was updated successfully, but these errors were encountered: