diff --git a/docs/tech-specs/STRUCTURED_DATA.md b/docs/tech-specs/STRUCTURED_DATA.md index 2f90b04c..db7c7f52 100644 --- a/docs/tech-specs/STRUCTURED_DATA.md +++ b/docs/tech-specs/STRUCTURED_DATA.md @@ -61,6 +61,7 @@ The structured data integration requires the following technical components: - Registers a config handler (example: trustgraph-flow/trustgraph/prompt/template/service.py) to receive config data and decode schema information - Receives objects and decodes them to ExtractedObject objects for delivery on the Pulsar queue - NOTE: There's existing code at `trustgraph-flow/trustgraph/extract/object/row/`. This was a previous attempt and will need to be majorly refactored as it doesn't conform to current APIs. Use it if it's useful, start from scratch if not. + - Requires a command-line interface: `kg-extract-objects` Module: trustgraph-flow/trustgraph/extract/object/row/