marcderbauer / humanitarianKG

0 stars 0 forks source link

Implement conversion to Cypher #7

Closed marcderbauer closed 8 months ago

marcderbauer commented 8 months ago

Makes sense to have this in Transformer as a step after(?) getting all the triplets. Q: Should this be in the same loop where we query the LLM or should it be separate?

marcderbauer commented 8 months ago

I have some basic cypher conversion function already, which ChatGPT generated for me. It lacks some understanding of the schema, but should be a good starting point.
After watching the cypher introduction course I should understand enough cypher to debug the code or at least verify if the output is correct