typedb-osi / typedb-bio

TypeDB Bio: Biomedical Knowledge Graph
73 stars 30 forks source link

Read input files with UTF-8 & bug fixes #29

Closed flyingsilverfin closed 1 year ago

flyingsilverfin commented 1 year ago

What is the goal of this PR?

We fix various issues with file encoding types, multiprocessing hang-ups, and string escaping. We also update the TypeDB client and numpy requirements.txt.

What are the changes implemented in this PR?