Documentation
New features
- Added BinaryRelationExtractor and MultiClassRelationExtractor for frame-frame relation extraction.
- Expanded LLMInformationExtractionDocument to support relations.
Changes
- The LLMInformationExtractionDocument now stores to file as JSON, instead of yaml. This will improve read/ write speed.
- The LLMInformationExtractionDocument now supports adding multiple frames and relations at once.
Documentation
Added examples in Jupyter Notebooks.