[PR #1] [MERGED] Arize migration #1

Closed
opened 2026-02-16 06:16:33 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: arize-migration


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-migrations/pull/1 **Author:** [@christineastoria](https://github.com/christineastoria) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@christineastoria](https://github.com/christineastoria) **Base:** `main` ← **Head:** `arize-migration` --- ### 📝 Commits (5) - [`f02a922`](https://github.com/langchain-ai/langsmith-migrations/commit/f02a92237549624d9c3576099cbd3de4c4834152) add arize migration - [`622255f`](https://github.com/langchain-ai/langsmith-migrations/commit/622255fb5f43cb6129d44c39c34f78beec6f14ab) cleanup - [`5de2df5`](https://github.com/langchain-ai/langsmith-migrations/commit/5de2df57192546e63f7467716ba150d6850684bd) remove arize phoenix for now - [`390e3a3`](https://github.com/langchain-ai/langsmith-migrations/commit/390e3a3d58130e1d30069b047c56903ba527cb44) working phoenix code - [`21089b4`](https://github.com/langchain-ai/langsmith-migrations/commit/21089b40619e24c43f7bb0351685f5aba6b5feca) cleanup arize and prompt migration ### 📊 Changes **11 files changed** (+885 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Add arize migration to migrations repo --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:16:33 -05:00
yindo closed this issue 2026-02-16 06:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-migrations#1