Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ Read some of the articles about benchmarking results on our blog.
* Rag on Tables: https://blog.langchain.dev/benchmarking-rag-on-tables/
* Q&A over CSV data: https://blog.langchain.dev/benchmarking-question-answering-over-csv-data/


## Results

Tool Usage as of 2024-04-18. See documentation to re-generate.

![download](https://github.com/langchain-ai/langchain-benchmarks/assets/3205522/0da33de8-e03f-49cf-bd48-e9ff945828a9)

Explore Agent Traces on LangSmith:

Relational Data: https://smith.langchain.com/public/22721064-dcf6-4e42-be65-e7c46e6835e7/d
Tool Usage (1-tool): https://smith.langchain.com/public/ac23cb40-e392-471f-b129-a893a77b6f62/d
Tool Usage (26-tools): https://smith.langchain.com/public/366bddca-62b3-4b6e-849b-a478abab73db/d
Mutiverse Math: https://smith.langchain.com/public/983faff2-54b9-4875-9bf2-c16913e7d489/d

## Installation

To install the packages, run the following command:
Expand Down