docs: arxiv page update (#25450)

Added `arxive` papers that use `LangGraph` or `LangSmith`. Improved the
page formatting.
This commit is contained in:
Leonid Ganeline
2024-08-15 11:30:35 -07:00
committed by GitHub
parent 5150ec3a04
commit 8eb63a609e
2 changed files with 110 additions and 158 deletions

View File

@@ -522,8 +522,11 @@ LangChain implements the latest research in the field of Natural Language Proces
This page contains `arXiv` papers referenced in the LangChain Documentation, API Reference,
Templates, and Cookbooks.
From the opposite direction, scientists use LangChain in research and reference LangChain in the research papers.
Here you find [such papers](https://arxiv.org/search/?query=langchain&searchtype=all&source=header).
From the opposite direction, scientists use `LangChain` in research and reference it in the research papers.
Here you find papers that reference:
- [LangChain](https://arxiv.org/search/?query=langchain&searchtype=all&source=header)
- [LangGraph](https://arxiv.org/search/?query=langgraph&searchtype=all&source=header)
- [LangSmith](https://arxiv.org/search/?query=langsmith&searchtype=all&source=header)
## Summary
@@ -604,11 +607,9 @@ Here you find [such papers](https://arxiv.org/search/?query=langchain&searchtype
f"""
## {paper.title}
- **arXiv id:** {paper.arxiv_id}
- **arXiv id:** [{paper.arxiv_id}]({paper.url}) **Published Date:** {paper.published_date}
- **Title:** {paper.title}
- **Authors:** {', '.join(paper.authors)}
- **Published Date:** {paper.published_date}
- **URL:** {paper.url}
- **LangChain:**
{refs}