hwchase17 commited on
Commit
5ac7e2d
1 Parent(s): 6170a56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -7,4 +7,12 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
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).