Skip to content

Commit c11f530

Browse files
directory name change in docs (#1966)
1 parent d586865 commit c11f530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/applications/singlehop_testset_gen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Run the command below to download the dummy Ragas Airline dataset and load the d
2727
```python
2828
from langchain_community.document_loaders import DirectoryLoader
2929

30-
path = "Ragas_Airline"
30+
path = "ragas-airline-dataset"
3131
loader = DirectoryLoader(path, glob="**/*.md")
3232
docs = loader.load()
3333
```

0 commit comments

Comments
 (0)