docs: fix API link for BaseLoader (#19128)

The link to the BaseLoader API requires an update as it has been moved
into the `langchain_core` package.
pull/19170/head
samanhappy 7 months ago committed by GitHub
parent c20aeef79a
commit b9c62fb905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -253,7 +253,7 @@ In
Detailed documentation on how to use `DocumentLoaders`.
- [Integrations](../../../docs/integrations/document_loaders/): 160+
integrations to choose from.
- [Interface](https://api.python.langchain.com/en/latest/document_loaders/langchain_community.document_loaders.base.BaseLoader.html):
- [Interface](https://api.python.langchain.com/en/latest/document_loaders/langchain_core.document_loaders.base.BaseLoader.html):
API reference  for the base interface.
## 2. Indexing: Split {#indexing-split}

Loading…
Cancel
Save