[PR #6] [CLOSED] Implement batch() as a single computation with multiple inputs #1167

Closed
opened 2026-02-20 17:44:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/6
Author: @nfcampos
Created: 9/19/2023
Status: Closed

Base: mainHead: nc/combined-batch


📝 Commits (5)

  • d363893 Implement batch() as a single computation with multiple inputs
  • c19a56d Each message derives from a single input
  • 0372c37 Simplify implementatin of _transform, which now handles only a single value at a time
  • 6460c91 Fix flaky test
  • 907b0bb More failing tests

📊 Changes

4 files changed (+203 additions, -224 deletions)

View changed files

📝 permchain/connection.py (+17 -6)
📝 permchain/connection_inmemory.py (+9 -21)
📝 permchain/pubsub.py (+66 -47)
📝 tests/test_pubsub.py (+111 -150)

📄 Description

Failing tests, probably wrong approach


🔄 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/langgraph/pull/6 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nc/combined-batch` --- ### 📝 Commits (5) - [`d363893`](https://github.com/langchain-ai/langgraph/commit/d363893cf0d4747472a28ea1d1e4e65e47424a66) Implement batch() as a single computation with multiple inputs - [`c19a56d`](https://github.com/langchain-ai/langgraph/commit/c19a56da0436057ac50668efc395ef1289b4187d) Each message derives from a single input - [`0372c37`](https://github.com/langchain-ai/langgraph/commit/0372c37db107314f2140a4759e174f6e1653d051) Simplify implementatin of _transform, which now handles only a single value at a time - [`6460c91`](https://github.com/langchain-ai/langgraph/commit/6460c91088c856f95b0c90003797081893a535c4) Fix flaky test - [`907b0bb`](https://github.com/langchain-ai/langgraph/commit/907b0bb93aa797cf86bea82439a60bc65f421806) More failing tests ### 📊 Changes **4 files changed** (+203 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `permchain/connection.py` (+17 -6) 📝 `permchain/connection_inmemory.py` (+9 -21) 📝 `permchain/pubsub.py` (+66 -47) 📝 `tests/test_pubsub.py` (+111 -150) </details> ### 📄 Description Failing tests, probably wrong approach --- <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-20 17:44:05 -05:00
yindo closed this issue 2026-02-20 17:44:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1167