Skip to content

Neo4j GraphRAG Package for Python 1.9.0

Compare
Choose a tag to compare
@stellasia stellasia released this 24 Jul 16:07
· 21 commits to main since this release

Fixed in 1.9.0

  • Fix CREATE_SESSION_NODE_QUERY
  • Remove | char from type hints to be compatible with Python 3.9
  • Fix openai import bug
  • Update Event import in Event Callback example
  • Update schemaProperty to PropertyType in User Guide: Knowledge Graph Builder - Schema Builder docs

Added in 1.9.0

Add API rate limit handler for LLMInterface

New Contributors