Neo4j GraphRAG Package for Python 1.6.1
Added in 1.6.1
- Added the
run_with_contextmethod to Component. This method includes acontext_parameter, which provides information about the pipeline from which the component is executed (e.g., the run_id). It also enables the component to send events to the pipeline's callback function.
Fixed in 1.6.1
- Added
enforce_schemaparameter toSimpleKGPipelinefor optional schema enforcement.