trustgraph/trustgraph-flow/trustgraph
Cyber MacGeddon 36612c2a51 Remove schema:subjectOf edges from KG extraction
The subjectOf triples were redundant with the subgraph provenance model
introduced in e8407b34. Entity-to-source lineage can be traced via
tg:contains -> subgraph -> prov:wasDerivedFrom -> chunk, making the
direct subjectOf edges unnecessary metadata polluting the knowledge graph.

Removed from all three extractors (agent, definitions, relationships),
cleaned up the SUBJECT_OF constant and vocabulary label, and updated
tests accordingly.
2026-03-13 12:06:24 +00:00
..
agent Add unified explainability support and librarian storage for (#693) 2026-03-12 21:40:09 +00:00
chunking Fix ontology RAG pipeline + add query concurrency (#691) 2026-03-12 11:34:42 +00:00
config/service Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
cores Fixed flows/flow key issue in config (#616) 2026-01-16 00:10:44 +00:00
decoding The id field in pipeline Metadata was being overwritten at each processing (#686) 2026-03-11 12:16:39 +00:00
direct Fix Cassandra schema and graph filter semantics (#680) 2026-03-10 12:52:51 +00:00
embeddings Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
external Implement logging strategy (#444) 2025-07-30 23:18:38 +01:00
extract Remove schema:subjectOf edges from KG extraction 2026-03-13 12:06:24 +00:00
gateway The id field in pipeline Metadata was being overwritten at each processing (#686) 2026-03-11 12:16:39 +00:00
librarian The id field in pipeline Metadata was being overwritten at each processing (#686) 2026-03-11 12:16:39 +00:00
metering Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
model Use model in Azure LLM integration (#657) 2026-03-04 12:06:06 +00:00
processing Fix/startup failure (#445) 2025-07-30 23:42:11 +01:00
prompt Feature/streaming llm phase 1 (#566) 2025-11-26 09:59:10 +00:00
query Fix ontology RAG pipeline + add query concurrency (#691) 2026-03-12 11:34:42 +00:00
retrieval Add unified explainability support and librarian storage for (#693) 2026-03-12 21:40:09 +00:00
rev_gateway Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
storage Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
tables The id field in pipeline Metadata was being overwritten at each processing (#686) 2026-03-11 12:16:39 +00:00
template Feature/prompts jsonl (#619) 2026-01-26 17:38:00 +00:00
tool_service Tool services - dynamically pluggable tool implementations for agent frameworks (#658) 2026-03-04 14:51:32 +00:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00