Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9b477f6
.
mdrxy Oct 14, 2025
e343c7e
.
mdrxy Oct 14, 2025
0e72e34
.
mdrxy Oct 14, 2025
f87bbbc
fix(langchain): removing more v0 content (#861)
sydney-runkle Oct 14, 2025
389f4ac
fix(models): clarify model parameters for built-in tools usage (#873)
mdrxy Oct 14, 2025
89b069d
fix issue template ordering, add template for ref docs (#874)
mdrxy Oct 14, 2025
0b19099
update links for integration templates (#879)
lnhsingh Oct 14, 2025
3fec2d1
docs: [LangGraph Server Changelog Bot] Changelog updates for new vers…
samecrowder Oct 14, 2025
1d71eb4
WIP Draft nav + sidebar updates for langsmith platform (#651)
katmayb Oct 14, 2025
64f9beb
theme update (#881)
lnhsingh Oct 14, 2025
0be65e8
fix site style based on feedback (#882)
lnhsingh Oct 14, 2025
435e507
Fix link home page (#883)
katmayb Oct 14, 2025
f74e8f6
Update the banner link for the product changelog (#884)
katmayb Oct 14, 2025
66d5d5d
Add redirect (#885)
katmayb Oct 14, 2025
dc4c10c
Update deployment link in index.mdx (#888)
lnhsingh Oct 14, 2025
c1c0ee8
Update specific pages (#887)
katmayb Oct 14, 2025
abe8f11
fix button (#889)
lnhsingh Oct 14, 2025
8624fc3
feat(docs): add thinking in langgraph (#792)
eyurtsev Oct 14, 2025
7448f58
Update evaluate-with-attachments.mdx (#890)
benissimo Oct 14, 2025
49775ca
chore(oss/js): use standard content for multimodal (#877)
hntrl Oct 14, 2025
812b937
fix: homepage sidebar, dropdowns, typescript rename (#886)
hntrl Oct 14, 2025
a281fe2
feat: js v1 release notes + migration guide (#838)
hntrl Oct 14, 2025
263dde4
chore: fix home page styling (#892)
hntrl Oct 14, 2025
c824820
.
mdrxy Oct 14, 2025
e553d91
Merge branch 'main' into mdrxy/10-14-refs
mdrxy Oct 14, 2025
32a689f
.
mdrxy Oct 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/04-langchain-labs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: LangChain Labs Documentation
description: Report an issue related to the LangChain Labs documentation.
title: "[langchain-labs]: <Please write a comprehensive title>"
labels: [langchain-labs]

body:
- type: dropdown
attributes:
label: "Type of issue"
description: "What type of documentation issue are you reporting?"
options:
- issue / bug
- request for content
- question
- other
default: 0
validations:
required: true
- type: dropdown
attributes:
label: "Language"
description: "What language is the documentation issue related to?"
options:
- Python
- JavaScript
- N/A
default: 0
- type: textarea
attributes:
label: "Description"
description: >
Please describe your issue, content request, or question in detail.
If reporting an issue with current documentation, please include a reference
to the specific document/code you're referring to.
validations:
required: true
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/05-reference-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Reference Documentation
description: Report an issue related to API reference documentation.
title: "[reference]: <Please write a comprehensive title>"
labels: [reference]

body:
- type: dropdown
attributes:
label: "Type of issue"
description: "What type of reference documentation issue are you reporting?"
options:
- issue / bug
- missing documentation
- incorrect type signature
- outdated/deprecated content
- other
default: 0
validations:
required: true
- type: dropdown
attributes:
label: "Language"
description: "What language is the reference documentation issue related to?"
options:
- Python
- JavaScript
- N/A
default: 0
validations:
required: true
- type: dropdown
attributes:
label: "Product"
description: "Which product's reference docs is this issue related to?"
options:
- LangChain
- LangGraph
- LangSmith
- Other
default: 0
- type: input
attributes:
label: "Link to reference page"
description: "URL to the specific reference page with the issue (if applicable)"
- type: textarea
attributes:
label: "Description"
description: >
Please describe your issue in detail.
For missing documentation, specify the class/method/function that needs documentation.
For incorrect signatures, provide the expected vs. actual signature.
For bugs, include what you expected to see vs. what you actually see.
validations:
required: true
1 change: 1 addition & 0 deletions reference/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This site is currently being migrated from a previous Sphinx-based implementatio
- [ ] Fix `navigation.path` feature/plugin in `mkdocs.yml` not working
- [ ] Resolve Griffe errors
- [ ] Set up CI to fail on unexpected Griffe warnings
- [ ] "Module last updated" auto-generation for module pages using source file commit timestamps or the MkDocs plugin [git-revision-date-localized](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin)
- [ ] Fix search magnifying glass icon color in dark mode
- [ ] Copy page support (need to add a post-processing step to generate markdown files to serve alongside the API reference docs)
- [ ] Language switcher (JS/TS)
Expand Down
6 changes: 3 additions & 3 deletions reference/python/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: LangChain Python Reference
Welcome to the [LangChain](https://langchain.com) Python reference documentation! These pages detail the core interfaces you will use when building applications with LangChain and LangGraph. Each section covers a different part of the ecosystem

!!! warning "Work in progress"
This site is a work in progress. If you have any suggestions or find any issues, please [open an issue on GitHub](https://github.com/langchain-ai/docs/issues).
This site is a work in progress. If you have any suggestions or find any issues, please [open an issue on GitHub](https://github.com/langchain-ai/docs/issues/new?template=06-reference-docs.yml).

!!! note "Reference docs"
This site contains **Python reference documentation**. You can find **conceptual guides, tutorials, and more** in the [main LangChain documentation site](https://docs.langchain.com).
Expand All @@ -15,5 +15,5 @@ Welcome to the [LangChain](https://langchain.com) Python reference documentation
!!! info "Looking for legacy docs?"
Legacy docs and API references are available for:

- [LangChain](https://python.langchain.com/).
- [LangGraph](https://langchain-ai.github.io/langgraph/).
- [LangChain](https://python.langchain.com/)
- [LangGraph](https://langchain-ai.github.io/langgraph/)
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_anthropic.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Anthropic - LangChain Integration Reference

# :simple-claude:{ .lg .middle } `langchain-anthropic`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-anthropic?label=%20)](https://pypi.org/project/langchain-anthropic/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-anthropic)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-anthropic)](https://pypistats.org/packages/langchain-anthropic)

::: langchain_anthropic
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_astradb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: AstraDB - LangChain Integration Reference

# :simple-datastax:{ .lg .middle } `langchain-astradb`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-astradb?label=%20)](https://pypi.org/project/langchain-astradb/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-astradb)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-astradb)](https://pypistats.org/packages/langchain-astradb)

::: langchain_astradb
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: AWS - LangChain Integration Reference

# :material-aws:{ .lg .middle } `langchain-aws`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-aws?label=%20)](https://pypi.org/project/langchain-aws/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-aws)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-aws)](https://pypistats.org/packages/langchain-aws)

::: langchain_aws
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_azure_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Azure AI - LangChain Integration Reference

# :material-microsoft-azure:{ .lg .middle } `langchain-azure-ai`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-azure-ai?label=%20)](https://pypi.org/project/langchain-azure-ai/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-azure-ai)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-azure-ai)](https://pypistats.org/packages/langchain-azure-ai)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/azure_ai/index.html).
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Azure Dynamic Sessions - LangChain Integration Reference

# :material-microsoft-azure:{ .lg .middle } `langchain-azure-dynamic-sessions`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-azure-dynamic-sessions?label=%20)](https://pypi.org/project/langchain-azure-dynamic-sessions/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-azure-dynamic-sessions)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-azure-dynamic-sessions)](https://pypistats.org/packages/langchain-azure-dynamic-sessions)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/azure_dynamic_sessions/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_cerebras.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Cerebras - LangChain Integration Reference

# `langchain-cerebras`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-cerebras?label=%20)](https://pypi.org/project/langchain-cerebras/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-cerebras)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-cerebras)](https://pypistats.org/packages/langchain-cerebras)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/cerebras/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_chroma.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Chroma - LangChain Integration Reference

# `langchain-chroma`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-chroma?label=%20)](https://pypi.org/project/langchain-chroma/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-chroma)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-chroma)](https://pypistats.org/packages/langchain-chroma)

::: langchain_chroma
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_cohere.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Cohere - LangChain Integration Reference

# `langchain-cohere`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-cohere?label=%20)](https://pypi.org/project/langchain-cohere/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-cohere)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-cohere)](https://pypistats.org/packages/langchain-cohere)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/cohere/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_db2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Db2 - LangChain Integration Reference

# `langchain-db2`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-db2?label=%20)](https://pypi.org/project/langchain-db2/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-db2)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-db2)](https://pypistats.org/packages/langchain-db2)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/db2/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_deepseek.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: DeepSeek - LangChain Integration Reference

# `langchain-deepseek`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-deepseek?label=%20)](https://pypi.org/project/langchain-deepseek/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-deepseek)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-deepseek)](https://pypistats.org/packages/langchain-deepseek)

::: langchain_deepseek
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Elasticsearch - LangChain Integration Reference

# :simple-elasticsearch:{ .lg .middle } `langchain-elasticsearch`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-elasticsearch?label=%20)](https://pypi.org/project/langchain-elasticsearch/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-elasticsearch)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-elasticsearch)](https://pypistats.org/packages/langchain-elasticsearch)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/elasticsearch/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_exa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Exa - LangChain Integration Reference

# `langchain-exa`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-exa?label=%20)](https://pypi.org/project/langchain-exa/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-exa)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-exa)](https://pypistats.org/packages/langchain-exa)

::: langchain_exa
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_fireworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Fireworks - LangChain Integration Reference

# `langchain-fireworks`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-fireworks?label=%20)](https://pypi.org/project/langchain-fireworks/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-fireworks)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-fireworks)](https://pypistats.org/packages/langchain-fireworks)

::: langchain_fireworks
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Google (Community) - LangChain Integration Reference

# `langchain-google-community`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-google-community?label=%20)](https://pypi.org/project/langchain-google-community/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-google-community)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-google-community)](https://pypistats.org/packages/langchain-google-community)

::: langchain_google_community
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Google (GenAI) - LangChain Integration Reference

# :simple-googlegemini:{ .lg .middle } `langchain-google-genai`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-google-genai?label=%20)](https://pypi.org/project/langchain-google-genai/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-google-genai)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-google-genai)](https://pypistats.org/packages/langchain-google-genai)

::: langchain_google_genai
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Google (VertexAI) - LangChain Integration Reference

# :simple-googlecloud:{ .lg .middle } `langchain-google-vertexai`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-google-vertexai?label=%20)](https://pypi.org/project/langchain-google-vertexai/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-google-vertexai)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-google-vertexai)](https://pypistats.org/packages/langchain-google-vertexai)

::: langchain_google_vertexai
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_groq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Groq - LangChain Integration Reference

# `langchain-groq`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-groq?label=%20)](https://pypi.org/project/langchain-groq/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-groq)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-groq)](https://pypistats.org/packages/langchain-groq)

::: langchain_groq
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_huggingface.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: HuggingFace - LangChain Integration Reference

# :simple-huggingface:{ .lg .middle } `langchain-huggingface`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-huggingface?label=%20)](https://pypi.org/project/langchain-huggingface/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-huggingface)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-huggingface)](https://pypistats.org/packages/langchain-huggingface)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/huggingface/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_ibm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: IBM - LangChain Integration Reference

# `langchain-ibm`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-ibm?label=%20)](https://pypi.org/project/langchain-ibm/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-ibm)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-ibm)](https://pypistats.org/packages/langchain-ibm)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/ibm/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Milvus - LangChain Integration Reference

# :simple-milvus:{ .lg .middle } `langchain-milvus`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-milvus?label=%20)](https://pypi.org/project/langchain-milvus/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-milvus)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-milvus)](https://pypistats.org/packages/langchain-milvus)

This package ref has not yet been migrated to v1.
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_mistralai.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: MistralAI - LangChain Integration Reference

# :simple-mistralai:{ .lg .middle } `langchain-mistralai`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-mistralai?label=%20)](https://pypi.org/project/langchain-mistralai/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-mistralai)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-mistralai)](https://pypistats.org/packages/langchain-mistralai)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/mistralai/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: MongoDB - LangChain Integration Reference

# :simple-mongodb:{ .lg .middle } `langchain-mongodb`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-mongodb?label=%20)](https://pypi.org/project/langchain-mongodb/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-mongodb)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-mongodb)](https://pypistats.org/packages/langchain-mongodb)

::: langchain_mongodb
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Neo4J - LangChain Integration Reference

# :simple-neo4j:{ .lg .middle } `langchain-neo4j`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-neo4j?label=%20)](https://pypi.org/project/langchain-neo4j/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-neo4j)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-neo4j)](https://pypistats.org/packages/langchain-neo4j)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/neo4j/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_nomic.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Nomic - LangChain Integration Reference

# `langchain-nomic`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-nomic?label=%20)](https://pypi.org/project/langchain-nomic/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-nomic)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-nomic)](https://pypistats.org/packages/langchain-nomic)

::: langchain_nomic
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Nvidia AI Endpoints - LangChain Integration Reference

# :simple-nvidia:{ .lg .middle } `langchain-nvidia-ai-endpoints`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-nvidia-ai-endpoints?label=%20)](https://pypi.org/project/langchain-nvidia-ai-endpoints/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-nvidia-ai-endpoints)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-nvidia-ai-endpoints)](https://pypistats.org/packages/langchain-nvidia-ai-endpoints)

This package ref has not yet been migrated to v1. See the [old ref](https://python.langchain.com/api_reference/nvidia_ai_endpoints/index.html).
4 changes: 4 additions & 0 deletions reference/python/docs/integrations/langchain_ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ title: Ollama - LangChain Integration Reference

# :simple-ollama:{ .lg .middle } `langchain-ollama`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-ollama?label=%20)](https://pypi.org/project/langchain-ollama/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-ollama)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-ollama)](https://pypistats.org/packages/langchain-ollama)

::: langchain_ollama
Loading