Skip to content

v0.4.0

Compare
Choose a tag to compare
@cmungall cmungall released this 02 Feb 20:50
· 16 commits to main since this release
633d486

What's Changed

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