rahulnyk / knowledge_graph

Convert any text to a graph of knowledge. This can be used for Graph Augmented Generation or Knowledge Graph based QnA
1.19k stars 237 forks source link

concepts extraction #1

Open Rahulreddy1020 opened 8 months ago

Rahulreddy1020 commented 8 months ago

i am trying to access extract_concept and concept_graph ipynb files, which mentioned in readme but looks like there is none

rahulnyk commented 8 months ago

Hi Rahul. I have done some code improvements and created a master notebook called extract_graph.ipybn If you still want to access the older notebooks, they are shifted to the old_notebooks folder.

I am still to update readme with these changes. Will do that soon.

Would love to know if you are planning some experiments with this code yourself. Thanks

Rahulreddy1020 commented 8 months ago

how can i find you in linkdn or discord for a quick chat on this

luismanriqueruiz commented 8 months ago

Just noticed this thread.

rahulnyk commented 8 months ago

Fixed the README. Thanks for pointing it out guys. My LinkedIn Profile

riverind commented 6 months ago

Hi Rahul. I have done some code improvements and created a master notebook called extract_graph.ipybn If you still want to access the older notebooks, they are shifted to the old_notebooks folder.

I am still to update readme with these changes. Will do that soon.

Would love to know if you are planning some experiments with this code yourself. Thanks

thx for your work and how to generate graph.csv?(in data_output/cureus/graph.csv)

in extract_graph.ipybn, read csv directly

thx