webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
317 stars 53 forks source link

added meta knowledge graph #104

Closed kaiwenho closed 1 year ago

kaiwenho commented 1 year ago

Added the merged metaKG of rtxkg2 and genetic. Edited the neo-server.rkt to read in the merged metaKG json and added to GET "meta_knowledge_graph".

kaiwenho commented 1 year ago

Have removed the functions iota pretty-print-json-string and take-at-most from neo-helpers.rkt and placed them into neo-helpers-without-db.rkt.