mirror of
https://github.com/langchain-ai/langsmith-migrations.git
synced 2026-07-01 20:03:59 -04:00
[PR #1] [MERGED] Arize migration #1
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?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langsmith-migrations/pull/1
Author: @christineastoria
Created: 12/3/2025
Status: ✅ Merged
Merged: 12/3/2025
Merged by: @christineastoria
Base:
main← Head:arize-migration📝 Commits (5)
f02a922add arize migration622255fcleanup5de2df5remove arize phoenix for now390e3a3working phoenix code21089b4cleanup arize and prompt migration📊 Changes
11 files changed (+885 additions, -7 deletions)
View changed files
📝
.env.example(+8 -0)📝
README.md(+1 -0)📝
config.py(+8 -0)📝
migrate.py(+14 -1)➕
providers/phoenix/data/datasets.py(+162 -0)➕
providers/phoenix/data/prompts.py(+209 -0)➕
providers/phoenix/data/traces.py(+293 -0)➕
providers/phoenix/main.py(+29 -0)📝
requirements.txt(+4 -1)📝
utils/langsmith.py(+19 -5)➕
utils/phoenix.py(+138 -0)📄 Description
Add arize migration to migrations repo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.