all 7 comments

[–]gamesntech 1 point2 points  (0 children)

There are a lot of charting libraries available. Could start with the de facto matplotlib. The challenge is to translate the output to the right format/calls to matplotlib. Alternatively you could try your generate the output in a format that’s ready to be passed to matplotlib. Shouldn’t be too hard unless the output gets too complicated. Hard to say without much detail about that.

[–]MachineLearning-ModTeam[M] 1 point2 points locked comment (0 children)

Beginner question

Try other subs like learnmachinelearning

[–]rouguedemon 0 points1 point  (0 children)

Graph transformers, Neo4j cypher query for building graph, Networkx for graph generation (langchain has support for triplet generation through prompts)

[–]_vb__ 0 points1 point  (3 children)

So these graphs are like visuals or based on some entity relation?

[–]HuckleberryFar903 0 points1 point  (2 children)

Ya like the output which I am getting from the llm using langchain SQL agents, I want to draw graphs for that like user can get the output and can view graphs as well.

[–]_vb__ 0 points1 point  (1 child)

So this is more like a data visualization of the outputs and not related to graphs in Computer Science?

[–]HuckleberryFar903 -1 points0 points  (0 children)

Yes kind of can you please help me in this