Version 0.4.0
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 toFalse
- 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