trustgraph/trustgraph-flow/trustgraph/query
cybermaggedon 76e3358ed3
fix: guard against empty query in SPARQL generator (#934)
Split the query once and check the parts list before indexing,
preventing an IndexError if the LLM returns an empty or
whitespace-only string.

Fixes #870.
2026-05-18 14:19:19 +01:00
..
doc_embeddings Make all Cassandra and Qdrant I/O async-safe with proper concurrency controls (#916) 2026-05-14 16:00:54 +01:00
graph_embeddings Make all Cassandra and Qdrant I/O async-safe with proper concurrency controls (#916) 2026-05-14 16:00:54 +01:00
graphql feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
ontology fix: guard against empty query in SPARQL generator (#934) 2026-05-18 14:19:19 +01:00
row_embeddings Make all Cassandra and Qdrant I/O async-safe with proper concurrency controls (#916) 2026-05-14 16:00:54 +01:00
rows Make all Cassandra and Qdrant I/O async-safe with proper concurrency controls (#916) 2026-05-14 16:00:54 +01:00
sparql Remove spurious workspace parameter from SPARQL algebra evaluator (#915) 2026-05-14 12:03:43 +01:00
triples Fixed error only returning a page of results (#921) 2026-05-14 21:03:09 +01:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00