Graphsight - #6
Merged
Merged
Conversation
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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.