[PR #37] [MERGED] Add more extraction code #44

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/37
Author: @eyurtsev
Created: 11/20/2023
Status: Merged
Merged: 11/21/2023
Merged by: @eyurtsev

Base: mainHead: eugene/extraction


📝 Commits (3)

📊 Changes

9 files changed (+129 additions, -35 deletions)

View changed files

langchain_benchmarks/extraction/evaluators.py (+27 -0)
langchain_benchmarks/extraction/implementations.py (+68 -0)
langchain_benchmarks/extraction/tasks/__init__.py (+0 -0)
📝 langchain_benchmarks/extraction/tasks/email_task.py (+14 -26)
📝 langchain_benchmarks/registration.py (+1 -1)
📝 langchain_benchmarks/schema.py (+11 -2)
📝 poetry.lock (+5 -5)
📝 tests/unit_tests/extraction/test_email_extraction.py (+0 -1)
tests/unit_tests/extraction/test_import_stuff.py (+3 -0)

📄 Description

Add more extraction code


🔄 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/langchain-benchmarks/pull/37 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/21/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/extraction` --- ### 📝 Commits (3) - [`e517474`](https://github.com/langchain-ai/langchain-benchmarks/commit/e517474bdacd8e255ebba7da817bb94392a73eb6) x - [`57ed4a7`](https://github.com/langchain-ai/langchain-benchmarks/commit/57ed4a78816551254127eeb425dc37f1eb370280) x - [`ca1e291`](https://github.com/langchain-ai/langchain-benchmarks/commit/ca1e29145cdc4e678641660aae492059a5204aa9) x ### 📊 Changes **9 files changed** (+129 additions, -35 deletions) <details> <summary>View changed files</summary> ➕ `langchain_benchmarks/extraction/evaluators.py` (+27 -0) ➕ `langchain_benchmarks/extraction/implementations.py` (+68 -0) ➕ `langchain_benchmarks/extraction/tasks/__init__.py` (+0 -0) 📝 `langchain_benchmarks/extraction/tasks/email_task.py` (+14 -26) 📝 `langchain_benchmarks/registration.py` (+1 -1) 📝 `langchain_benchmarks/schema.py` (+11 -2) 📝 `poetry.lock` (+5 -5) 📝 `tests/unit_tests/extraction/test_email_extraction.py` (+0 -1) ➕ `tests/unit_tests/extraction/test_import_stuff.py` (+3 -0) </details> ### 📄 Description Add more extraction code --- <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 00:18:02 -05:00
yindo closed this issue 2026-02-16 00:18:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-benchmarks#44