Find answers from the community

Updated 2 days ago

Base Node Label and Entity Labels in Llama Index

It looks like the BASE_NODE_LABEL was introduced a couple of months after that blog post was written, in this commit:
https://github.com/run-llama/llama_index/commit/77bd4c3fc6db725ffe04dbf778b1d7a3f9e63baa

I see some logic for excluding both the __Entity__ and __Node__ labels in some queries but I still see them when I run:
Plain Text
CALL db.schema.visualization()


Should I just expect these base labels of __Entity__ and __Node__ are meant to be there and filter them out in my queries?
L
0
3 comments
there are meant to be there yes
OK, thanks for confirming. I know this is probably more of a Neo4j question, but how can I visualize the graph with the colors of the labels that are not the base entity or node labels, as was shown in the original blog post?
Attachment
13f69fa01ec07df7fbcc8cf46ff48ca7ed00a1ef-1400x1050.webp
Ah, I found the way to update the styling priority and got what I was looking for
Add a reply
Sign up and join the conversation on Discord