Skip to content

Commit

Permalink
docs: fix API link for BaseLoader (langchain-ai#19128)
Browse files Browse the repository at this point in the history
The link to the BaseLoader API requires an update as it has been moved
into the `langchain_core` package.
  • Loading branch information
samanhappy authored and gkorland committed Mar 30, 2024
1 parent ebac5ce commit 8dc3958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/use_cases/question_answering/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8dc3958

Please sign in to comment.