Closed Skyorca closed 1 year ago
Hi @jwzhanggy, thanks for sharing your interesting works. I have a similar question about the api call.
After loading the graph using API, how to input the graph into LLMs? Do you input the graph structure by a sequence of nodes/edges?
it depends on the graph structure and reasoning task, either load the complete graph, or load the subgraph, or load the sequence of nodes/edges. In the current first version, as long as the data transmission interface between the Graph_Loading() API and Graph_Reasoning() API communicates well with each other, then it will be good.
it depends on the graph structure and reasoning task, either load the complete graph, or load the subgraph, or load the sequence of nodes/edges. In the current first version, as long as the data transmission interface between the Graph_Loading() API and Graph_Reasoning() API communicates well with each other, then it will be good.
Thanks for your reply. I understand the pipeline now!
Hi, your work is really eyes-catching and I really like it. However, some key questions confuse me: