The community members are discussing the properties of the Llama Index Property graph. One community member mentions that the graph has relationships for next/prev/parent/mentions, which the Implicit extractor can access. Another community member asks if there is a way to do this with the SchemaLLMPathExtractor, specifically to get the prev/next tags. The discussion continues with the community members trying to clarify what the original poster is asking for - whether they want the LLM to predict these relationships or just access them. The community members suggest adding the Implicit extractor to the pipeline to access the relationships, and one community member thanks the others for the help.
there are relationships for next/prev/parent/mentions (this is what the Implicit extractor is doing, just reading from node.relationships), as well as relationships that the llm extract