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 LLMGraphTransformer class currently blocks usage of node_properties and relationship_properties parameters when using LLMs that lack native function calling capabilities. This restriction forces users to choose between:
Using lightweight/OSS LLMs without structured property enforcement, or
Requiring expensive/closed models with function calling support.
The text was updated successfully, but these errors were encountered:
The LLMGraphTransformer class currently blocks usage of node_properties and relationship_properties parameters when using LLMs that lack native function calling capabilities. This restriction forces users to choose between:
The text was updated successfully, but these errors were encountered: