Skip to content

Commit 14fb9d3

Browse files
Xunzhuohmellor
andauthored
Update _posts/2025-10-25-semantic-router-modular.md
Co-authored-by: Harry Mellor <[email protected]>
1 parent cf67142 commit 14fb9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-10-25-semantic-router-modular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These constraints motivated a broader refactoring that would enable the system t
2020

2121
![](/assets/figures/semantic-router/modular.png)
2222

23-
The refactoring introduces a layered architecture in the candle-binding crate. This structure separates concerns: core functionality remains independent of specific models, while new model architectures can be added without modifying existing code. The DualPathUnifiedClassifier implements routing logic that selects between traditional fine-tuned models and LoRA-adapted models based on the task requirements.
23+
The refactoring introduces a layered architecture in the candle-binding crate. This structure separates concerns: core functionality remains independent of specific models, while new model architectures can be added without modifying existing code. The `DualPathUnifiedClassifier` implements routing logic that selects between traditional fine-tuned models and LoRA-adapted models based on the task requirements.
2424

2525
## Long-Context Embedding Models
2626

0 commit comments

Comments
 (0)