Skip to content

Commit

Permalink
docs: arXiv references page (#21450)
Browse files Browse the repository at this point in the history
Since the LangChain based on many research papers, the LC documentation
has several references to the arXiv papers. It would be beneficial to
create a single page with all referenced papers.
PR:
1. Developed code to search the arXiv references in the LangChain
Documentation and the LangChain code base. Those references are included
in a newly generated documentation page.
2. Page is linked to the Docs menu.

Controversial:
1. The `arxiv_references` page is automatically generated. But this
generation now started only manually. It is not included in the doc
generation scripts. The reason for this is simple. I don't want to
mangle into the current documentation refactoring. If you think, we need
to regenerate this page in each build, let me know. Note: This script
has a dependency on the `arxiv` package.
2. The link for this page in the menu is not obvious.

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
  • Loading branch information
leo-gan and eyurtsev committed May 17, 2024
1 parent 181dfef commit c4508ca
Show file tree
Hide file tree
Showing 3 changed files with 988 additions and 0 deletions.
Loading

0 comments on commit c4508ca

Please sign in to comment.