From 25a96f6f770fef374c56c02058f05c84ae8247fd Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Mon, 23 Dec 2024 18:39:22 -0800 Subject: [PATCH] Fix docs --- .../docs/integrations/retrievers/arxiv-retriever.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core_docs/docs/integrations/retrievers/arxiv-retriever.mdx b/docs/core_docs/docs/integrations/retrievers/arxiv-retriever.mdx index cb4ad949dd1a..254c90ca49fe 100644 --- a/docs/core_docs/docs/integrations/retrievers/arxiv-retriever.mdx +++ b/docs/core_docs/docs/integrations/retrievers/arxiv-retriever.mdx @@ -1,8 +1,8 @@ # ArxivRetriever -## Overview +The `arXiv Retriever` allows users to query the arXiv database for academic articles. It supports both full-document retrieval (PDF parsing) and summary-based retrieval. -The `arXiv Retriever` allows users to query the arXiv database for academic articles. It supports both full-document retrieval (PDF parsing) and summary-based retrieval. For detailed documentation of all ArxivRetriever features and configurations, head to [API reference](#https://arxiv.org/) +For detailed documentation of all ArxivRetriever features and configurations, head to the [API reference](https://api.js.langchain.com/classes/_langchain_community.retrievers_arxiv.ArxivRetriever.html) ## Features