trustgraph/trustgraph-flow/trustgraph
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
..
agent Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
chunking Fix chunk params not converted (#549) 2025-10-07 00:04:34 +01: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 Fix Mistral OCR ident to be standard pdf-decoder (#450) 2025-08-04 14:01:36 +01:00
direct Collection deletion batch error fixed (#559) 2025-11-13 16:29:40 +00:00
embeddings Protect from null embeddings in cores (#626) 2026-02-09 14:07:07 +00:00
external Implement logging strategy (#444) 2025-07-30 23:18:38 +01:00
extract Protect from null embeddings in cores (#626) 2026-02-09 14:07:07 +00:00
gateway Fix flow loading (#611) 2026-01-14 16:23:15 +00:00
librarian Fix load-doc (#610) 2026-01-14 15:46:29 +00:00
metering Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
model Normalise URLs so that / suffix is optional (#617) 2026-01-19 13:34:33 +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 Get neo4j to use limit (#618) 2026-01-22 15:16:34 +00:00
retrieval Fix non streaming RAG problems (#607) 2026-01-12 18:45:52 +00:00
rev_gateway Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
storage Protect from null embeddings in cores (#626) 2026-02-09 14:07:07 +00:00
tables Protect from null embeddings in cores (#626) 2026-02-09 14:07:07 +00:00
template Feature/prompts jsonl (#619) 2026-01-26 17:38:00 +00:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00