Find answers from the community

Updated 6 months ago

Does the Llama Index Property graph have

At a glance

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.

Does the Llama Index Property graph have these properties:
Attachment
combine-domain-lexical-layers.png
L
C
9 comments
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
is there a way to do this with the SchemaLLMPathExtractor
like get the prev/next tags?
Mmmm not sure what you mean

you want to the LLM to predict these? Or you want to just access them?
I just didn't see that functionality but I have been using the SchemaLLMPath Extractor the wholetime
I don't wanna have the LLM extract pages tho
Add the implicit extractor to your pipeline
and it should show up
Add a reply
Sign up and join the conversation on Discord