Skip to content

Releases: monarch-initiative/ontogpt

v0.3.15

12 Jun 14:59
ea2ee13
Compare
Choose a tag to compare

Highlights

  • Four new templates: alz_treat, gene_extraction, storms, and onto_usage - see below for more details.
  • The pubmed-extract and pubmed-annotate commands now allow setting the text segment size (in number of characters) with the max-text-length option. Many LLMs now allow for large contexts, so set this to 100000 or so to parse the full text of a scientific article (along with the --get-pmc option).
    • Example: ontogpt -vvv pubmed-annotate -t storms --get-pmc --model gpt-4o --limit 1 --max-text-length 100000 -o storms_test.yaml "36598999"

What's Changed

Full Changelog: v0.3.14...v0.3.15

v0.3.14

30 May 18:13
c25f581
Compare
Choose a tag to compare

What's Changed

  • Add custom template loader by @caufieldjh in #388
    • Custom templates in yaml may now be passed directly to ontogpt commands - no make needed.
  • Updates for docs by @caufieldjh in #389

Full Changelog: v0.3.13...v0.3.14

v0.3.13

29 May 14:05
4b42a58
Compare
Choose a tag to compare

What's Changed

  • Include only input-relevant named entities when producing output by @caufieldjh in #382
  • More webapp updates - more models and all templates by @caufieldjh in #385
  • Add notebook with two quick CLI and webapp examples by @caufieldjh in #386

Full Changelog: v0.3.12...v0.3.13

v0.3.12

20 May 21:57
e05c132
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11

14 Apr 19:39
37b24a7
Compare
Choose a tag to compare

What's Changed

  • Add template suggestion command by @caufieldjh in #365
  • Update default model for OpenAI to gpt-4-turbo by @caufieldjh in #366
  • Documentation updates, mostly to the README

Full Changelog: v0.3.10...v0.3.11

v0.3.10

08 Apr 15:33
e3a68ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.9...v0.3.10

v0.3.9

20 Mar 16:41
75eed77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8

08 Feb 21:24
fc9a243
Compare
Choose a tag to compare

Highlights

Try out ontogpt list-templates to see all the available extraction templates, including the new data_sheets_schema and updated clinical dietitian notes schema.

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

19 Jan 16:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

20 Dec 21:47
200ced3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6