v0.4.0
What's Changed
- Remove Bioregistry dependency and update OAK dependency by @cthoyt in #121
- Adding LLMAnnotator by @cmungall in #126
Example:
from schema_automator.utils.schemautils import write_schema
annotator = LLMAnnotator(model_name="gpt-4")
schema = annotator.enrich("tests/resources/biopax3.yaml")
write_schema(schema)
New Contributors
Full Changelog: v0.3.0...v0.4.0