Skip to content

Graphsight - #6

Merged
Kcodess2807 merged 2 commits into
mainfrom
graphsight
Jul 28, 2026
Merged

Graphsight#6
Kcodess2807 merged 2 commits into
mainfrom
graphsight

Conversation

@Kcodess2807

Copy link
Copy Markdown
Owner

No description provided.

Kcodess2807 and others added 2 commits July 28, 2026 17:10
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…rface in UI

Running the 0.3 schema against LadybugDB for the first time found two bugs that
reading could not:

- edge upgrade never fired. SET items apply left to right, so r.confidence was
  already the new value when r.relation's guard compared against it. Relation is
  now decided before confidence is overwritten.
- CAST($ts AS INT64). The driver infers a small $ts (0 for undated items) as
  INT8, so re-ingesting an undated item over a dated one overflowed.

Existing stores now migrate in place instead of needing deletion: init_schema
adds the missing columns with ALTER ... DEFAULT, keeping every row. It also
reprices legacy edges, which the old writer stored at a degenerate 1.0 -- above
every typed relation's weight, so they would have outranked real structure and
could never be upgraded.

ingest_github.py runs GitHubGraphBuilder over the payloads it already fetches,
plus --issues / --commits / --files, so a live repo produces typed edges.

The Studio renders both signals: relation labels on traced edges, an age chip
and recency multiplier on nodes, and a stepper that names the relations walked
and the nodes age demoted.

43 engine tests, now in CI on a torch-free dependency set.
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
trace-rag Ready Ready Preview, Comment Jul 28, 2026 12:57pm

@Kcodess2807
Kcodess2807 merged commit f94d1bc into main Jul 28, 2026
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant