Skip to content

Neo4j GraphRAG package for Python 1.0.0

Compare
Choose a tag to compare
@alexthomas93 alexthomas93 released this 08 Oct 10:36
· 45 commits to main since this release

Neo4j GraphRAG Package for Python 1.0.0

https://github.com/neo4j/neo4j-graphrag-python/blob/main/CHANGELOG.md#100

What's New in 1.0.0:

Additional Pipeline Components:

  • Added SinglePropertyExactMatchResolver component allowing to merge entities with exact same property (e.g. name)

Simplified KG Creation:

  • Added the SimpleKGPipeline class, a simplified abstraction layer to streamline knowledge graph building processes from text documents

Fixed in 1.0.0:

Import Errors:

  • Fix a bug where the openai Python client and numpy were required to import any embedder or LLM.

Changed in 1.0.0:

Variable Standardization:

  • Changed the value associated to the enum field OnError.IGNORE from "CONTINUE" to "IGNORE" to stick to the convention and match the field name.