Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
Relationships
Relationships
Inactive
0
Follow
a
aleks_wordcab
2 years ago
Β·
Any examples of setting up parent/child node relationships? Follow-up question: does setting prev, next, child, parent relationships affect tree index construction?
L
a
3 comments
Share
Open in Discord
L
Logan M
2 years ago
There is a small demo here:
https://gpt-index.readthedocs.io/en/latest/guides/primer/usage_pattern.html#parse-the-documents-into-nodes
Currently, the relationships are only exploited in the node post processor, specifically this demo
https://github.com/jerryjliu/llama_index/blob/main/examples/node_postprocessor/NodePostprocessorDemo.ipynb
L
Logan M
2 years ago
Hopefully more relationship based features coming soon π
a
aleks_wordcab
2 years ago
Thanks Logan π
Add a reply
Sign up and join the conversation on Discord
Join on Discord