neo4j / neo4j-graphrag-python

Neo4j GraphRAG for Python
https://neo4j.com/docs/neo4j-graphrag-python/current/
Other
231 stars 37 forks source link

Update documentation about ignored user input #120

Closed stellasia closed 2 months ago

stellasia commented 2 months ago

Description

Make it clear in the documentation that in case input is defined both through an input_config when building the pipeline and through a static user input in the Pipeline.run method, then the user input is ignored.

Note: we could change this behaviour to make the user input a default value in case the value is null in the component's output? But that'd be future work.

Type of Change

Complexity

Note

Please provide an estimated complexity of this PR of either Low, Medium or High

Complexity: Low

How Has This Been Tested?

Checklist

The following requirements should have been met (depending on the changes in the branch):