Skip to content

Commit ca7cdcd

Browse files
Restore FrozenDocumentLoader overview
1 parent 3a114a8 commit ca7cdcd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/reference/document-loaders/frozen.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
heading_level: 3
88
members: false
99

10+
`FrozenDocumentLoader` serves only URLs in an allowlist and refuses all other
11+
document loads. It is intended for air-gapped runs, reproducible builds, and
12+
deployments that must avoid remote context fetching.
13+
1014
With no arguments, the loader serves the curated `BUNDLED_CONTEXTS` mapping:
1115

1216
{{ example('document_loaders/frozen_default.py', output_syntax='json') }}

0 commit comments

Comments
 (0)