trustgraph/trustgraph-flow
cybermaggedon f9f5a2318f
fix: index literal objects in entity table for object-based graph queries (#1042)
Literal objects (e.g. rdfs:label values) were not being inserted into the
quads_by_entity table with role='O', so queries like `tg-query-graph -o
MIL-HDBK-516D` returned no results even though the triple existed.

Removed the otype guard that skipped entity row insertion for literals in
both insert() and async_insert(). Also updated delete_collection() and
async_delete_collection() to include literal objects in entity partition
cleanup.

Existing data requires re-ingestion for old literal objects to become
queryable by object value.
2026-07-13 21:11:01 +01:00
..
trustgraph fix: index literal objects in entity table for object-based graph queries (#1042) 2026-07-13 21:11:01 +01:00
pyproject.toml feat: replace LLM edge scoring with cross-encoder reranker in GraphRAG (#1005) 2026-06-30 14:36:37 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00