biocypher / biochatter

Backend library for conversational AI in biomedicine
http://biochatter.org/
MIT License
51 stars 19 forks source link

fix: don't add `None` to entities if source or target are missing #127

Closed slobentanzer closed 4 months ago

slobentanzer commented 4 months ago

This is to fix the issue that BioChatter creates None entities if the source or target are not given in a relationship's schema definition, which are then obviously not found in the entity dictionary downstream of relationship selection.