You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`loadDocuments` takes in additional configuration via the `options` object (the second argument). There are some defaults to be aware of - to learn more, see [the full API documentation](/docs/api/modules/load/#loaddocuments).
53
55
54
56
> You can learn more about [loaders](/docs/loaders) to load documents from different sources.
57
+
58
+
## Error handling
59
+
60
+
### No files found
61
+
62
+
In case no documents were found and loaded via the provided glob an exception is thrown.
0 commit comments