ANG-012:Optional LLM enrichment (Pass B) - #17
Open
yugalkaushik wants to merge 4 commits into
Open
Conversation
yugalkaushik
commented
Aug 12, 2026
Collaborator
- Adds an optional second AI step ("Pass B"): once the graph has already found notes that are semantically related, it can ask Joplin's built-in AI to (1) give each note a short category label and (2) explain in plain words why two related notes are connected.
- Off by default : a new setting turns it on. It only runs on connections the graph already found, so it never scans the whole vault blindly.
- Categories and relationship explanations show up right in the graph: as a badge in note tooltips, and as the label when you hover a connection line.
- If the AI call fails or returns garbage, it retries automatically a few times, then quietly falls back to showing the graph without those labels, never blocks or breaks anything.
- Labels are cached (in memory and in the local database) so reopening the graph or making a small edit doesn't re-ask the AI for notes that haven't changed.
- Added a "Retry AI labels" setting to manually force a re-check for anything still missing a label.
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.