lab-assistant-rag / data /graph.json
prarabdhmisra's picture
Deploy lab assistant
235bb3b verified
Raw
History Blame Contribute Delete
524 Bytes
{
"graphweave": [
"citetrace",
"georeason",
"litmap",
"online-distill",
"tag-encoder"
],
"citetrace": [
"georeason",
"graphweave",
"online-distill"
],
"thriftroute": [
"online-distill"
],
"litmap": [
"graphweave",
"tag-encoder"
],
"georeason": [
"citetrace",
"graphweave"
],
"tag-encoder": [
"gnn-explain",
"graphweave",
"litmap"
],
"gnn-explain": [
"tag-encoder"
],
"online-distill": [
"citetrace",
"graphweave",
"thriftroute"
]
}