-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: fixed encoders docs to use semantic router v 0.1.0 #504
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #504 +/- ##
==========================================
- Coverage 74.84% 74.82% -0.03%
==========================================
Files 43 43
Lines 3753 3753
==========================================
- Hits 2809 2808 -1
- Misses 944 945 +1 ☔ View full report in Codecov by Sentry. |
User description
Note:
PR Type
Documentation, Enhancement
Description
Updated
semantic-router
version to0.1.0
across encoder documentation.Replaced
RouteLayer
withSemanticRouter
for route handling.Enhanced examples with updated outputs and execution details.
Standardized Python version to
3.12.7
in all notebooks.Changes walkthrough 📝
fastembed.ipynb
Updated FastEmbed encoder documentation for semantic-router v0.1.0
docs/encoders/fastembed.ipynb
semantic-router
version to0.1.0
.RouteLayer
withSemanticRouter
.3.12.7
.google.ipynb
Updated Google encoder documentation for semantic-router v0.1.0
docs/encoders/google.ipynb
RouteLayer
withSemanticRouter
.3.12.7
.huggingface-endpoint.ipynb
Updated HuggingFace endpoint encoder documentation for semantic-router
v0.1.0
docs/encoders/huggingface-endpoint.ipynb
semantic-router
version to0.1.0
.RouteLayer
withSemanticRouter
.3.12.7
.huggingface.ipynb
Updated HuggingFace encoder documentation for semantic-router v0.1.0
docs/encoders/huggingface.ipynb
semantic-router
version to0.1.0
.RouteLayer
withSemanticRouter
.3.12.7
.openai-embed-3.ipynb
Updated OpenAI Embed-3 encoder documentation for semantic-router
v0.1.0
docs/encoders/openai-embed-3.ipynb
semantic-router
version to0.1.0
.RouteLayer
withSemanticRouter
.3.12.7
.