Skip to content

Neo4j GraphRAG Package for Python 1.10.1

Latest

Choose a tag to compare

@stellasia stellasia released this 30 Oct 14:48

Added in 1.10.1

Full Changelog: 1.10.0...1.10.1

KG Construction

  • Create Document node even from text input in SimpleKGPipeline
  • Clean extracted schema json in the SchemaFromTextExtractor

Repository config

  • Add issue templates for bugs, features, docs, and questions

Fixed in 1.10.0

  • Add rate limit handling to embedders

  • Fix e2e tests failure due to disk space

  • Fix doc about custom data loader

  • Fix LLMEntityRelationExtractor user guide

New Contributors