Skip to content

Commit

Permalink
Added arxiv feature to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed May 3, 2024
1 parent 671ef03 commit 37086b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,13 @@ use the `-a` or `--all-files` option.
/learn -a <directory>
```

### 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.
Expand Down

0 comments on commit 37086b3

Please sign in to comment.