mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-21 06:25:20 -04:00
[PR #37] [MERGED] Add more extraction code #44
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/langchain-benchmarks/pull/37
Author: @eyurtsev
Created: 11/20/2023
Status: ✅ Merged
Merged: 11/21/2023
Merged by: @eyurtsev
Base:
main← Head:eugene/extraction📝 Commits (3)
e517474x57ed4a7xca1e291x📊 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.