docs: arxiv page update (#22574)

Added a link to search the arXiv papers with references to LangChain.
Updated table: better format (no horizontal scroll in table anymore).
This commit is contained in:
Leonid Ganeline
2024-06-06 16:51:02 -07:00
committed by GitHub
parent fe2e5a3b74
commit 57c1239643
2 changed files with 26 additions and 20 deletions

View File

@@ -418,9 +418,9 @@ def _compact_module_full_name(doc_path: str) -> str:
module = doc_path.split("#")[1].replace("module-", "")
if module.count(".") > 2:
# langchain_community.llms.oci_data_science_model_deployment_endpoint.OCIModelDeploymentTGI
# -> langchain_community.llms...OCIModelDeploymentTGI
# -> langchain_community...OCIModelDeploymentTGI
module_parts = module.split(".")
module = f"{module_parts[0]}.{module_parts[1]}...{module_parts[-1]}"
module = f"{module_parts[0]}...{module_parts[-1]}"
return module
@@ -522,6 +522,9 @@ 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).
## Summary
| arXiv id / Title | Authors | Published date 🔻 | LangChain Documentation|