trustgraph/trustgraph-base/trustgraph/schema
cybermaggedon b08db761d7
Fix config inconsistency (#609)
* Plural/singular confusion in config key

* Flow class vs flow blueprint nomenclature change

* Update docs & CLI to reflect the above
2026-01-14 12:31:40 +00:00
..
core Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
knowledge Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
services Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
__init__.py Schema structure refactor (#451) 2025-08-04 21:42:57 +01:00
README.flows Schema structure refactor (#451) 2025-08-04 21:42:57 +01:00

                                  pdf-
                                decoder

                                   |
                                   v

                                chunker

                                   |
                ,------------------+----------- . . .
                |                  |
                v                  v

             extract-           extract-
           relationships      definitions

                |                |   |
                +----------------'   |
                |                    v
                v
                                 vectorize
             triple-
              store                  |
                                     v

                                  ge-write

Refactor:

[] Change vectorize
[] Re-route chunker to extract-*
[] Re-route vectorize to ge-write*
[] Re-route extract-definitions to ge-write*
[] Remove extract-relationships to ge-write routing