There was an error while loading. Please reload this page.
TypeDirectedDocumentLoader
1 parent b2431d0 commit f15cac7Copy full SHA for f15cac7
1 file changed
CHANGELOG.md
@@ -6,6 +6,8 @@
6
- `pyld.FileDocumentLoader`: a document loader for local `file:` URLs with optional root confinement.
7
- `pyld.SchemeDirectedDocumentLoader`: a document loader that dispatches URL
8
strings to per-scheme loaders.
9
+- `pyld.TypeDirectedDocumentLoader`: a document loader that dispatches by Python
10
+ input type (e.g. `pathlib.Path` vs `str`).
11
12
## 3.2.0 - 2026-08-17
13
0 commit comments