-
Notifications
You must be signed in to change notification settings - Fork 68
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(weave): Small-batch, on-demand LLM Judge #2902
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
|
||
export const RUNNABLE_FEEDBACK_TYPE_PREFIX = 'wandb.runnable'; | ||
|
||
const useLatestActionDefinitionsForCall = (call: CallSchema) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make ts file?
// Here, we hide the LLM judge option from non-admins since the | ||
// feature is in active development. We want to be able to get | ||
// feedback without enabling for all users. | ||
const options = useMemo(() => { | ||
return scorerTypeOptions.filter( | ||
opt => showRunnableUI || opt.value !== LLM_JUDGE_VALUE | ||
); | ||
}, [showRunnableUI]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall I do the same for human feedback?
This PR:
And non Admins: