Neo4j GraphRAG Package for Python 1.6.1
Added in 1.6.1
- Added the
run_with_context
method 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_schema
parameter toSimpleKGPipeline
for optional schema enforcement.