-
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
fix: updates semantic version on docs #500
base: main
Are you sure you want to change the base?
Conversation
notes: 01 - when loading a doc im creating a new instance of rl instead of using the same rl, you might want to check this to make sure its correct. 05 - cannot get the LLM to run with the semantic router 07 - compatibility issues with the encoder, also think the dependency semantic_router[vision] needs updating
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 #500 +/- ##
==========================================
- 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
notes:
01 - when loading a doc im creating a new instance of rl instead of using the same rl, you might want to check this to make sure its correct. 05 - cannot get the LLM to run with the semantic router 07 - compatibility issues with the encoder, also think the dependency semantic_router[vision] needs updating
PR Type
Enhancement, Documentation
Description
Updated dependencies to use
semantic-router==0.1.0.dev3
across multiple notebooks.Replaced
RouteLayer
withSemanticRouter
for improved functionality.Enhanced logging and warnings for better debugging and user feedback.
Adjusted execution counts and outputs in Jupyter notebooks for consistency.
Changes walkthrough 📝
02-dynamic-routes.ipynb
Refactored dynamic routes notebook with updated dependencies
docs/02-dynamic-routes.ipynb
semantic-router
version to0.1.0.dev3
.RouteLayer
withSemanticRouter
.03-basic-langchain-agent.ipynb
Updated basic LangChain agent notebook dependencies and imports
docs/03-basic-langchain-agent.ipynb
semantic-router
version to0.1.0.dev3
.RouteLayer
withSemanticRouter
.langchain_openai
.08-async-dynamic-routes.ipynb
Refactored async dynamic routes notebook with updated dependencies
docs/08-async-dynamic-routes.ipynb
semantic-router
version to0.1.0.dev3
.RouteLayer
withSemanticRouter
.01-save-load-from-file.ipynb
Refactored save/load notebook with updated dependencies
docs/01-save-load-from-file.ipynb
semantic-router
version to0.1.0.dev3
.RouteLayer
withSemanticRouter
.06-threshold-optimization.ipynb
Updated threshold optimization notebook with improved accuracy
docs/06-threshold-optimization.ipynb
semantic-router
version to0.1.0.dev3
.RouteLayer
withSemanticRouter
.09-route-filter.ipynb
Refactored route filter notebook with updated dependencies
docs/09-route-filter.ipynb
semantic-router
version to0.1.0.dev3
.RouteLayer
withSemanticRouter
.