trustgraph/trustgraph-flow/trustgraph
cybermaggedon 84941ce645
Fix Cassandra schema and graph filter semantics (#680)
Schema fix (dtype/lang clustering key):
- Add dtype and lang to PRIMARY KEY in quads_by_entity table
- Add otype, dtype, lang to PRIMARY KEY in quads_by_collection table
- Fixes deduplication bug where literals with same value but different
  datatype or language tag were collapsed (e.g., "thing" vs "thing"@en)
- Update delete_collection to pass new clustering columns
- Update tech spec to reflect new schema

Graph filter semantics (simplified, no wildcard constant):
- g=None means all graphs (no filter)
- g="" means default graph only
- g="uri" means specific named graph
- Remove GRAPH_WILDCARD usage from EntityCentricKnowledgeGraph
- Fix service.py streaming and non-streaming paths
- Fix CLI to preserve empty string for -g '' argument
2026-03-10 12:52:51 +00:00
..
agent Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
chunking Extract-time provenance (#661) 2026-03-05 18:36:10 +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 Extract-time provenance (#661) 2026-03-05 18:36:10 +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 Update embeddings integration for new batch embeddings interfaces (#669) 2026-03-08 19:41:52 +00:00
gateway Fix/doc streaming proto (#673) 2026-03-09 12:36:10 +00:00
librarian Fix/librarian broken (#674) 2026-03-09 13:36:24 +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 Cassandra schema and graph filter semantics (#680) 2026-03-10 12:52:51 +00:00
retrieval GraphRAG Query-Time Explainability (#677) 2026-03-10 10:00:01 +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 Incremental / large document loading (#659) 2026-03-04 16:57:58 +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