iAmmarTahir / KnowledgeGraphGPT

Transform plain text into a visually stunning Knowledge Graph with GPT-4 (latest preview)! It converts text into RDF tuples, and highlights the most frequent connections with a vibrant color-coding system. Download the results as a convenient JSON file for easy integration into your own projects.
https://celebrated-kitten-367f1f.netlify.app/
MIT License
154 stars 24 forks source link

RDF triples to Graph and Search #4

Open HQ1791 opened 1 year ago

HQ1791 commented 1 year ago

Hello,

Is it also possible to upload RDF triple file (ttl,trig etc) and visualize in your editor? or perform a search over it.

Thanks

iAmmarTahir commented 1 year ago

Hey,

Yes, I think we have to add a layer which can parse the RDF triple file into JSON. Then, add client side search over it.