fix: change default embedding model to nomic-v1.5#53
fix: change default embedding model to nomic-v1.5#53carlos-alm wants to merge 4 commits intomainfrom
Conversation
Greptile SummaryChanged default embedding model from Key changes:
Note: README.md includes substantial unrelated documentation updates (tool count 13→17, new command descriptions) that appear to have been merged from another branch. These doc changes are accurate but create a larger-than-expected diff for a "default model change" PR. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 54ee772 |
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.
54ee772 to
f40bb91
Compare
|
Claude finished @carlos-alm's task —— View job PR Review Complete ✅Reviewing PR #53: fix: change default embedding model to nomic-v1.5 Todo List:
Root Cause Analysis ✅Problem Being Solved: The default Why This Approach: Switching to
Evidence: The dogfooding report specifically documents this issue: " Configuration Change Detection
|
|
Claude finished @carlos-alm's task —— View job PR Review - fix: change default embedding model to nomic-v1.5Todo List:
Root Cause Analysis ✅Problem Being Solved: The default Why This Approach: Switching to
Evidence: The dogfooding report specifically documents this issue: " Configuration Change Detection ✅No High-Risk Changes Detected:
Core Changes Are Minimal:
Test Integrity ✅No Weakened Tests Found:
Code Quality ✅Implementation is Excellent:
Quality Indicators:
No Security or Performance Concerns:
Final AssessmentConfidence: Very High - This addresses a documented bug with a minimal, safe, and complete solution. |
|
Recreating with correct branch name |
Summary
jina-codetonomic-v1.5jina-codeis gated on HuggingFace and crashes withoutHF_TOKEN, makingcodegraph embedfail out-of-the-boxnomic-v1.5is public, same 768d dimensions, improved quality, 8192 token contextsrc/embedder.js, CLI help insrc/cli.js, and model table inREADME.mdgenerated/DOGFOOD_REPORT_v2.2.0.md)Test plan
codegraph modelsshows nomic-v1.5 as defaultcodegraph embed --helpshows nomic-v1.5 as default