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 default process does not consider annotations on the entities in the schema information. To allow behaviours more informed by the context of the entities in the graph, the schema config could also allow description fields for nodes, edges, maybe even properties, to enable deeper explanation of the meaning of each field to the LLM at query time, potentially improving contextual understanding in query generation, in the same way as the Pydantic class in function calling operates.
The text was updated successfully, but these errors were encountered:
The default process does not consider annotations on the entities in the schema information. To allow behaviours more informed by the context of the entities in the graph, the schema config could also allow
description
fields for nodes, edges, maybe even properties, to enable deeper explanation of the meaning of each field to the LLM at query time, potentially improving contextual understanding in query generation, in the same way as the Pydantic class in function calling operates.The text was updated successfully, but these errors were encountered: