We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d586865 commit c11f530Copy full SHA for c11f530
docs/howtos/applications/singlehop_testset_gen.md
@@ -27,7 +27,7 @@ Run the command below to download the dummy Ragas Airline dataset and load the d
27
```python
28
from langchain_community.document_loaders import DirectoryLoader
29
30
-path = "Ragas_Airline"
+path = "ragas-airline-dataset"
31
loader = DirectoryLoader(path, glob="**/*.md")
32
docs = loader.load()
33
```
0 commit comments