mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
The triples client returns Uri/Literal (str subclasses), not Term objects. _quoted_triple() treated all values as IRIs, so literal objects like skos:definition values were mistyped in focus provenance events, and trace_source_documents could not match them in the store. Added to_term() to convert Uri/Literal back to Term, threaded a term_map from follow_edges_batch through get_subgraph/get_labelgraph into uri_map, and updated _quoted_triple to accept Term objects directly. |
||
|---|---|---|
| .. | ||
| test_structured_diag | ||
| test_document_rag.py | ||
| test_document_rag_provenance_integration.py | ||
| test_document_rag_service.py | ||
| test_graph_rag.py | ||
| test_graph_rag_explain_forwarding.py | ||
| test_graph_rag_provenance_integration.py | ||
| test_graph_rag_service.py | ||
| test_nlp_query.py | ||
| test_structured_query.py | ||