Hi!
Right now creating the Neo4jPropertyGraphStore takes insanely long every time I start it up from an existing graph store. I only have 64322 nodes in the store right now. Is there some way I can speed this up? Should I simplify the schema since I generated using the DynamicLLMPathExtractor? Is there a way to give it more memory/cores?
I manage to debug the problem down to
schema_counts = self.structured_query(
"CALL apoc.meta.graphSample()