{{ message }}
fix: change default embedding model to nomic-v1.5#54
Merged
Conversation
Change benchmark trigger from release:published to workflow_run on Publish so the two workflows no longer race. Benchmark now starts only after Publish completes successfully.
Tested all 22 CLI commands against the codegraph repo itself. Found 4 bugs: structure "." filter, stale embeddings after rebuild, default embed model requires HF auth, cross-language false positive.
jina-code requires HuggingFace authentication (gated model), causing `codegraph embed` to crash for users without HF_TOKEN. nomic-v1.5 is public, same 768d dimensions, and improved quality with 8192 context.
Contributor
Greptile SummaryChanged default embedding model from Changes include:
All changes are consistent and properly synchronized across code, tests, and documentation. The PR directly addresses a documented bug from dogfooding and improves the out-of-the-box user experience. Confidence Score: 5/5
Important Files ChangedLast reviewed commit: 3a88b4c |
2 tasks
carlos-alm
added a commit
that referenced
this pull request
Mar 20, 2026
carlos-alm
added a commit
that referenced
this pull request
Mar 20, 2026
* docs: add community leverage features to backlog (IDs 97-99) Add three Leiden-powered features: weighted community labels (#97), hierarchical decomposition (#98), and community-aware impact scoring (#99). Mark ID 96 (README dep count) as done after graphology removal. Update ID 54 to reference Leiden instead of Louvain. * fix(backlog): renumber community items to IDs 100-102, fix Leiden text IDs 97-99 conflicted with existing entry #97 (unified multi-repo graph). Renumbered to 100-102. Also corrected "Leiden/Louvain" to "Leiden" in the section description for consistency with the rest of the PR. * docs: rename Tier 1e′ to Tier 1e.1 for ASCII compatibility * docs: fix premature Leiden references in backlog The section description referenced src/graph/algorithms/leiden/ which does not exist yet (pending PR #545). Item #96 was incorrectly marked DONE when graphology is still a live dependency. Updated section to be forward-looking and reverted #96 to BLOCKED on #545. * docs: add #545 dependency to community leverage items 100-102 * docs: add #545 dependency to item #54 for Leiden consistency * docs: mark #96 as SUPERSEDED instead of BLOCKED Once #545 merges, the README's "3 runtime dependencies" claim becomes correct automatically — no further action needed. BLOCKED implied someone still needs to act on the item after #545 lands.
Zeeeepa
pushed a commit
to Zeeeepa/codegraph
that referenced
this pull request
Jun 22, 2026
fix: change default embedding model to nomic-v1.5
Zeeeepa
pushed a commit
to Zeeeepa/codegraph
that referenced
this pull request
Jun 22, 2026
…e#546) * docs: add community leverage features to backlog (IDs 97-99) Add three Leiden-powered features: weighted community labels (optave#97), hierarchical decomposition (optave#98), and community-aware impact scoring (optave#99). Mark ID 96 (README dep count) as done after graphology removal. Update ID 54 to reference Leiden instead of Louvain. * fix(backlog): renumber community items to IDs 100-102, fix Leiden text IDs 97-99 conflicted with existing entry optave#97 (unified multi-repo graph). Renumbered to 100-102. Also corrected "Leiden/Louvain" to "Leiden" in the section description for consistency with the rest of the PR. * docs: rename Tier 1e′ to Tier 1e.1 for ASCII compatibility * docs: fix premature Leiden references in backlog The section description referenced src/graph/algorithms/leiden/ which does not exist yet (pending PR optave#545). Item optave#96 was incorrectly marked DONE when graphology is still a live dependency. Updated section to be forward-looking and reverted optave#96 to BLOCKED on optave#545. * docs: add optave#545 dependency to community leverage items 100-102 * docs: add optave#545 dependency to item optave#54 for Leiden consistency * docs: mark optave#96 as SUPERSEDED instead of BLOCKED Once optave#545 merges, the README's "3 runtime dependencies" claim becomes correct automatically — no further action needed. BLOCKED implied someone still needs to act on the item after optave#545 lands.
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.

Summary
jina-codetonomic-v1.5insrc/embedder.js,src/config.js,src/cli.js, andREADME.mdjina-codeis gated on HuggingFace and crashes withoutHF_TOKEN, makingcodegraph embedfail out-of-the-boxnomic-v1.5is public, same 768d dimensions, improved quality, 8192 token contextTest plan
codegraph modelsshows nomic-v1.5 as defaultcodegraph embed --helpshows nomic-v1.5 as default