mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 05:25:04 +00:00
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:
@@ -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|
|
||||
|
Reference in New Issue
Block a user