-
Notifications
You must be signed in to change notification settings - Fork 252
docs(notebook): Sparse threshold optimization with GraphAI notebook #571
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
base: main
Are you sure you want to change the base?
Conversation
notebook includes how to create hybrid routers with a spare encoder, optimize this process and then uses a graphai example to showcase the usage of the router by showing its guardrail usecases
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
This document includes the hybrid router with a spare encoder, how to optimize it using the
.fit
method, then carries on towards graphai, where we use two routers to showcase the guardrail capabilities.PR Type
Documentation, Enhancement
Description
New notebook demonstrating GraphAI integration.
Implements hybrid routers with sparse and dense encoders.
Adds evaluation, threshold tuning, and scam detection examples.
Provides a complete GraphAI workflow with node routing.
Changes walkthrough 📝
sparse-threshold-optimization-guardrail-graphai.ipynb
Add comprehensive GraphAI integration notebook
docs/integrations/graphai/sparse-threshold-optimization-guardrail-graphai.ipynb
examples.
fitting.
workflow.