From b9c62fb9050426dc1c4c835ca185f6b2c6cbd557 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Sat, 16 Mar 2024 05:46:05 +0800 Subject: [PATCH] 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. --- docs/docs/use_cases/question_answering/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/question_answering/quickstart.mdx b/docs/docs/use_cases/question_answering/quickstart.mdx index 983464be74f..c2a8ef7cafd 100644 --- a/docs/docs/use_cases/question_answering/quickstart.mdx +++ b/docs/docs/use_cases/question_answering/quickstart.mdx @@ -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}