Skip to content

Neo4j GraphRAG Package for Python 1.10.0

Latest
Compare
Choose a tag to compare
@stellasia stellasia released this 04 Sep 13:18

Full Changelog: 1.9.1...1.10.0

Added in 1.10.0

KG Construction

  • Added schema_visualization function to visualize a graph schema using neo4j-viz.
  • Added a new schema builder: SchemaFromExistingGraphExtractor component

Retrieval

  • Added ToolsRetriever class and Retriever.convert_to_tool() method

Fixed in 1.10.0

  • Bumped pypdf - CVE-2025-55197
  • Fixed ingestion error due to invalid property type (map)

New Contributors