From 37086b31b9b001f5397e116bb5532b46b288c73d Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Thu, 2 May 2024 19:35:50 -0700 Subject: [PATCH] Added arxiv feature to docs. --- docs/source/users/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 1556cc91c..2906fc074 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -464,6 +464,13 @@ use the `-a` or `--all-files` option. /learn -a ``` +### Learning arXiv files +`/learn` command also provides downloading and processing papers from the [arXiv](https://arxiv.org/) repository. You will need to install the `arxiv` python package for this feature to work. Run `pip install arxiv` to install the `arxiv` package. + +``` +/learn -r arxiv 2404.18558 +``` + ### Additional chat commands To clear the chat panel, use the `/clear` command. This does not reset the AI model; the model may still remember previous messages that you sent it, and it may use them to inform its responses.