mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
DOC: <Issue related to /evaluation/how_to_guides/upload_existing_experiments> #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @becaha on GitHub (Feb 5, 2025).
The doc says you should be able to upload an experiment with metadata. The response I get from the upload experiment post request has an object 'extra' in it that has the metadata that I defined in my payload, but no metadata is showing up in the experiment in the LangSmith console. I have put metadata in both experiment_metadata and run_metadata but no metadata shows up. The experiment is uploaded correctly otherwise.