Skip to content

Neo4j GraphRAG Package for Python 1.6.1

Compare
Choose a tag to compare
@stellasia stellasia released this 28 Apr 12:08
· 11 commits to main since this release

Added in 1.6.1

  • Added the run_with_context method to Component. This method includes a context_ 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 to SimpleKGPipeline for optional schema enforcement.