There was an error while loading. Please reload this page.
TypeDirectedDocumentLoader
1 parent fa35e87 commit 92bef86Copy full SHA for 92bef86
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