Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,12 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# LangChain Datasets
|
11 |
+
|
12 |
+
It can be really hard to evaluate LangChain chains and agents.
|
13 |
+
One of the big reasons for that is lack of datasets.
|
14 |
+
This is a community-drive dataset repository for datasets that can be used to evaluate LangChain chains and agents.
|
15 |
+
We intend to gather a collection of diverse datasets for the multitude of LangChain tasks,
|
16 |
+
and make them easy to use and evaluate in LangChain.
|
17 |
+
|
18 |
+
For more information on how to use these datasets, see the [LangChain documentation](https://langchain.readthedocs.io/en/latest/use_cases/evaluation.html).
|