mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-01 22:34:02 -04:00
[PR #164] [MERGED] Add high cardinality benchmark #169
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/164
Author: @baskaryan
Created: 3/7/2024
Status: ✅ Merged
Merged: 3/8/2024
Merged by: @baskaryan
Base:
main← Head:bagatur/high_card_bench📝 Commits (4)
e9534e2add high card benchmark0bb7c7ffmt61c8878ci9a4b3a9fmt📊 Changes
12 files changed (+1147 additions, -501 deletions)
View changed files
📝
.github/workflows/_pydantic_compatibility.yml(+1 -1)📝
.gitignore(+1 -1)📝
docs/source/notebooks/extraction/email.ipynb(+1 -1)➕
docs/source/notebooks/extraction/high_cardinality.ipynb(+727 -0)📝
docs/source/notebooks/extraction/intro.ipynb(+1 -1)📝
docs/source/notebooks/getting_started.ipynb(+261 -239)➕
langchain_benchmarks/extraction/tasks/high_cardinality/__init__.py(+5 -0)➕
langchain_benchmarks/extraction/tasks/high_cardinality/name_correction.py(+36 -0)📝
langchain_benchmarks/registration.py(+6 -1)📝
langchain_benchmarks/schema.py(+4 -1)📝
poetry.lock(+89 -255)📝
pyproject.toml(+15 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.