trustgraph/specs/api/components/schemas
cybermaggedon 68e816e65c
feat: filter and cap GraphRAG reranker input across full stack (#1021)
- Filter out RDF/RDFS/OWL schema predicates (rdfs:domain, owl:inverseOf,
  etc.) from hop traversal, keeping rdf:type for data signal
- Skip edges where reranker-visible components are unlabeled IRIs, since
  the cross-encoder cannot meaningfully score raw URIs
- Add max-reranker-input safety cap (default 350) to prevent overloading
  the reranker, applied after filtering for maximum useful candidates
- Expose max-reranker-input as per-request parameter through schema,
  translator, REST API, socket client, CLI, and OpenAPI spec
- Update tests
- Update tech spec
2026-07-03 15:51:04 +01:00
..
agent feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
collection Update API docs for 2.4 (#960) 2026-05-28 17:56:29 +01:00
common Update API specs for 2.1 (#699) 2026-03-17 20:36:31 +00:00
config REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
diag REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
embeddings REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
embeddings-query feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
errors REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
flow REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
iam feat: add list-my-workspaces operation and document IAM in API specs (#961) 2026-05-29 19:17:37 +01:00
knowledge Update API docs for 2.4 (#960) 2026-05-28 17:56:29 +01:00
librarian feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
loading feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
mcp-tool REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
prompt REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00
query feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
rag feat: filter and cap GraphRAG reranker input across full stack (#1021) 2026-07-03 15:51:04 +01:00
text-completion REST API OpenAPI spec (#612) 2026-01-15 11:04:37 +00:00