Skip to content
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(datasets): add support for bulk updating examples #884

Merged
merged 5 commits into from
Jul 18, 2024

Conversation

samnoyes
Copy link
Contributor

Do not land until the langsmith pr hits prod

@samnoyes samnoyes requested a review from hinthornw July 18, 2024 18:34
}
for id_, in_, out_, metadata_, split_, dataset_id_ in zip(
example_ids,
inputs or [None] * len(example_ids),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to double check, sending None doesn't erase the value does it?

I'm guessing in this framing, the way you'd erase the value is with an empty dict then

@samnoyes samnoyes merged commit fa06b91 into main Jul 18, 2024
10 of 18 checks passed
@samnoyes samnoyes deleted the sam/bulk-update-examples branch July 18, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants