Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/oss/python/integrations/document_loaders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Document loaders provide a **standard interface** for reading data from differen
This ensures that data can be handled consistently regardless of the source.

All document loaders implement the @[`BaseLoader`] interface.

<Warning>
Community document loaders are user-contributed and unverified. LangChain does not review or endorse these integrations; use them at your own risk.
</Warning>
## Interface

Each document loader may define its own parameters, but they share a common API:
Expand Down
Loading