Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@eyurtsev eyurtsev released this 22 Mar 18:56
09029a6

What's Changed

  • Integration with Langchain via an LLMChain
  • Added support for CSV, JSON encodings
  • Swapped default encoding to use CSV (less flexible, but anecdotally more accurate)
  • All schema nodes are no longer assumed to be lists by default. Instead the many attribute has been set to False
  • However, due to lack of validation and details of XML encoding, XML encoding will still output everything as lists.
  • Renamed type descriptors

Breaking Changes

Public API for extraction has changed completely to instead expose an LLMChain.

New Contributors

Full Changelog: 0.3.0...0.4.0