trustgraph/trustgraph-base/trustgraph/schema
cybermaggedon 310a2deb06
Feature/streaming llm phase 1 (#566)
* Tidy up duplicate tech specs in doc directory

* Streaming LLM text-completion service tech spec.

* text-completion and prompt interfaces

* streaming change applied to all LLMs, so far tested with VertexAI

* Skip Pinecone unit tests, upstream module issue is affecting things, tests are passing again

* Added agent streaming, not working and has broken tests
2025-11-26 09:59:10 +00:00
..
core Structure data mvp (#452) 2025-08-07 20:47:20 +01:00
knowledge Object batching (#499) 2025-09-05 15:59:06 +01:00
services Feature/streaming llm phase 1 (#566) 2025-11-26 09:59:10 +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