The current statement extraction system in /backoffice/src/eko/statements
focuses on extracting ESG statements and obtaining DEMISE vectors and metadata from corporate documents. We need to implement a new entity relationship extraction system in the eko.relationships
package that runs alongside the existing statement processing to extract entity triples from the same document pages being processed.
Create a comprehensive relationship extraction system that:
- Extracts entity triples from document text in the format:
"subject" -relationship-> "object"