Skip to content

v0.3.15

Latest
Compare
Choose a tag to compare
@caufieldjh caufieldjh released this 12 Jun 14:59
· 39 commits to main since this release
ea2ee13

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