Files
Nithin Bose b3eeda18a1 Deprecate repository in favor of official migration tool
This repository is no longer maintained. Users should use the official LangSmith data migration tool at https://github.com/langchain-ai/langsmith-data-migration-tool instead.
2025-11-04 07:55:08 -08:00

460 B

LangSmith Resource Migrations

⚠️ DEPRECATED

This repository is no longer maintained. Please use the official LangSmith data migration tool instead:

https://github.com/langchain-ai/langsmith-data-migration-tool


A class to help with migrating resources between LangSmith instances

Usage

from migration import LangsmithMigrator

There are examples of how to use this class in the test_migrations.ipynb notebook