neo4j / neo4j-graphrag-python

Neo4j GraphRAG for Python
https://neo4j.com/docs/neo4j-graphrag-python/current/
Other
237 stars 39 forks source link

Fix/cypher syntax warning #170

Closed stellasia closed 1 month ago

stellasia commented 1 month ago

Description

Disable the logger writing the deprecation warning we are aware of, but only for the duration of the KGWriter.run method, so that the application using the package won't be affected.

Type of Change

Complexity

Complexity: Low

How Has This Been Tested?

Checklist

The following requirements should have been met (depending on the changes in the branch):