trustgraph/trustgraph-base/trustgraph/schema/services
cybermaggedon 1a7b654bd3
Add semantic pre-filter for GraphRAG edge scoring (#702)
Embed edge descriptions and compute cosine similarity against grounding
concepts to reduce the number of edges sent to expensive LLM scoring.
Controlled by edge_score_limit parameter (default 30), skipped when edge
count is already below the limit.

Also plumbs edge_score_limit and edge_limit parameters end-to-end:
- CLI args (--edge-score-limit, --edge-limit) in both invoke and service
- Socket client: fix parameter mapping to use hyphenated wire-format keys
- Flow API, message translator, gateway all pass through correctly
- Explainable code path (_question_explainable_api) now forwards all params
- Default edge_score_limit changed from 50 to 30 based on typical subgraph
  sizes
2026-03-21 20:06:29 +00:00
..
__init__.py Tool services - dynamically pluggable tool implementations for agent frameworks (#658) 2026-03-04 14:51:32 +00:00
agent.py Add unified explainability support and librarian storage for (#693) 2026-03-12 21:40:09 +00:00
collection.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
config.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
diagnosis.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
flow.py Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
library.py Fix/librarian broken (#674) 2026-03-09 13:36:24 +00:00
llm.py Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
lookup.py Changed schema for Value -> Term, majorly breaking change (#622) 2026-01-27 13:48:08 +00:00
nlp_query.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
prompt.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
query.py Feature/streaming triples (#676) 2026-03-09 15:46:33 +00:00
retrieval.py Add semantic pre-filter for GraphRAG edge scoring (#702) 2026-03-21 20:06:29 +00:00
rows_query.py Structured data 2 (#645) 2026-02-23 15:56:29 +00:00
storage.py Address legacy issues in storage management (#595) 2026-01-05 13:45:14 +00:00
structured_query.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
tool_service.py Tool services - dynamically pluggable tool implementations for agent frameworks (#658) 2026-03-04 14:51:32 +00:00