trustgraph/trustgraph-flow/trustgraph/tables
cybermaggedon ca626c8471
Protect from null embeddings in cores (#626)
* Don't emit graph embeddings if there aren't any.

* Don't store graph embeddings in a knowledge store if there's an empty list.

* Translate between Cassandra's 'null' representing an empty list and an
empty list which is what the surrounding code wants (and stored in the
first place).

* Avoid emitting empty embedding lists

* Avoid output empty triple lists

* Fix tests
2026-02-09 14:07:07 +00:00
..
__init__.py knowledge service (#367) 2025-05-06 23:44:10 +01:00
config.py Complete remaining parameter work (#530) 2025-09-24 13:58:34 +01:00
knowledge.py Protect from null embeddings in cores (#626) 2026-02-09 14:07:07 +00:00
library.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00