chore: update embedding run IDs and centralize them per model#17
Conversation
Repoint Virchow2 and ProvGigaPath embedding configs at the new embedding runs
and remove the storage disparity between them.
Previously the Virchow2 run ID lived in dataset.yaml while the ProvGigaPath ID
was a literal duplicated across three experiment configs. Replace both with a
single per-model map in dataset.yaml:
mlflow_artifacts.embedding_run_ids:
virchow2: 262d680f52374614baaf19f1e4d05940
provgigapath: 5099ce57e886411dababfc1234a88b23
All embedding configs now interpolate from this map, so each run ID has one
source of truth. No consumer code changes: nothing in Python reads
mlflow_artifacts.embedding_run_id; resolution is pure Hydra interpolation.
Also expand the README with repository structure, setup, and usage sections.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 27 minutes and 45 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the README.md with comprehensive documentation regarding the repository structure, setup instructions using uv, and usage guidelines. Additionally, it refactors the configuration files to support multiple embedding models by replacing the single embedding_run_id with a dictionary of embedding_run_ids (specifically for virchow2 and provgigapath) and updates the corresponding experiment and task configurations to reference these new keys. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Repoint the embedding configs at the newly generated embedding runs from the master branch and remove the storage disparity between the two models.
Notes