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
I would like to propose an enhancement to the llm-graph-builder project to fully leverage the node_properties and relationship_properties parameters in the LLMGraphTransformer. While these parameters are defined during initialization, they are not currently utilized to extract detailed properties for nodes and relationships in the generated knowledge graph.
Proposed Enhancement
Enable the use of node_properties and relationship_properties to allow users to specify the attributes they want to extract, providing greater control and flexibility in generating knowledge graphs.
Key Benefits
Enhanced Graph Precision: Extract richer, more detailed data for nodes and relationships.
Customization: Allow users to tailor property extraction to specific domain requirements.
I am confident that this enhancement will greatly improve the functionality of the llm-graph-builder and help make it even more valuable to the community. I am also happy to contribute to the implementation of this feature and assist in any way possible to help the project grow.
Thank you for considering this request, and I look forward to any feedback.
Best regards,
Dhiaa eddine.
The text was updated successfully, but these errors were encountered:
currently we have option to pass allowed nodes and allowed relationships through UI.
in next release we are also adding additional instructions to be passed to LLMGraphTransformer refer(langchain-ai/langchain-experimental#23).
We can also make node_properties and relationship properties configurable by passing those through UI (Need to be implemented)
Thank you for the update and acknowledgment! I appreciate the ongoing improvements to the project.
The addition of the option to pass additional instructions to the LLMGraphTransformer in the next release sounds promising, and it aligns well with my suggestion for increased flexibility.
I also fully support the idea of making node_properties and relationship_properties configurable via the UI. This feature would significantly enhance usability by allowing users to tailor the graph-building process to their specific needs more intuitively.
If there's anything I can contribute or test regarding these enhancements, please let me know. Excited to see this project evolve further!
Dear Maintainers,
I would like to propose an enhancement to the
llm-graph-builder
project to fully leverage thenode_properties
andrelationship_properties
parameters in theLLMGraphTransformer
. While these parameters are defined during initialization, they are not currently utilized to extract detailed properties for nodes and relationships in the generated knowledge graph.Proposed Enhancement
Enable the use of
node_properties
andrelationship_properties
to allow users to specify the attributes they want to extract, providing greater control and flexibility in generating knowledge graphs.Key Benefits
I am confident that this enhancement will greatly improve the functionality of the
llm-graph-builder
and help make it even more valuable to the community. I am also happy to contribute to the implementation of this feature and assist in any way possible to help the project grow.Thank you for considering this request, and I look forward to any feedback.
Best regards,
Dhiaa eddine.
The text was updated successfully, but these errors were encountered: