Skip to content

Commit ea4841e

Browse files
authored
oss: minor copy updates to popular integrations (#1309)
1 parent 86c8228 commit ea4841e

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

src/oss/python/integrations/providers/anthropic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Anthropic (Claude)
33
---
44

5-
All LangChain integrations with [Anthropic](https://www.anthropic.com/).
5+
This page covers all LangChain integrations with [Anthropic](https://www.anthropic.com/), the makers of Claude.
66

77
## Model interfaces
88

src/oss/python/integrations/providers/aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AWS (Amazon)
33
---
44

5-
All LangChain integrations with the [Amazon AWS](https://aws.amazon.com/) platform.
5+
This page covers all LangChain integrations with the [Amazon Web Services (AWS)](https://aws.amazon.com/) platform.
66

77
{/* ## Installation and setup
88

src/oss/python/integrations/providers/azure_ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure AI
33
---
44

5-
All LangChain integrations with [Microsoft Azure](https://azure.microsoft.com/) and its related projects.
5+
This page covers all LangChain integrations with [Microsoft Azure](https://azure.microsoft.com/) and its related projects.
66

77
Integration packages for Azure AI, Dynamic Sessions, SQL Server are maintained in
88
the [langchain-azure](https://github.com/langchain-ai/langchain-azure) repository.

src/oss/python/integrations/providers/google_serper.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Serper - Google Search API
2+
title: Serper
33
---
44

55
This page covers how to use the [Serper](https://serper.dev) Google Search API within LangChain. Serper is a low-cost Google Search API that can be used to add answer box, knowledge graph, and organic results data from Google Search.
6+
67
It is broken into two parts: setup, and then references to the specific Google Serper wrapper.
78

89
## Setup
@@ -14,7 +15,7 @@ It is broken into two parts: setup, and then references to the specific Google S
1415

1516
### Utility
1617

17-
There exists a GoogleSerperAPIWrapper utility which wraps this API. To import this utility:
18+
There exists a `GoogleSerperAPIWrapper` utility which wraps this API. To import this utility:
1819

1920
```python
2021
from langchain_community.utilities import GoogleSerperAPIWrapper
@@ -62,7 +63,7 @@ So the final answer is: El Palmar, Spain
6263
'El Palmar, Spain'
6364
```
6465

65-
For a more detailed walkthrough of this wrapper, see [this notebook](/oss/integrations/tools/google_serper).
66+
For a more detailed walkthrough of this wrapper, see [this page](/oss/integrations/tools/google_serper).
6667

6768
### Tool
6869

@@ -73,4 +74,4 @@ from langchain_community.agent_toolkits.load_tools import load_tools
7374
tools = load_tools(["google-serper"])
7475
```
7576

76-
For more information on tools, see [this page](/oss/integrations/tools).
77+
For more information on tools, see [this overview](/oss/integrations/tools).

src/oss/python/integrations/providers/huggingface.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Hugging Face
33
---
44

5-
All LangChain integrations with [Hugging Face Hub](https://huggingface.co/) and libraries like [transformers](https://huggingface.co/docs/transformers/index), [sentence transformers](https://sbert.net/), and [datasets](https://huggingface.co/docs/datasets/index).
5+
This page covers all LangChain integrations with [Hugging Face Hub](https://huggingface.co/) and libraries like [transformers](https://huggingface.co/docs/transformers/index), [sentence transformers](https://sbert.net/), and [datasets](https://huggingface.co/docs/datasets/index).
66

77
{/* ## Installation and setup
88

src/oss/python/integrations/providers/microsoft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Microsoft
33
---
44

5-
All LangChain integrations with [Microsoft Azure](https://portal.azure.com) and other [Microsoft](https://www.microsoft.com) products.
5+
This page covers all LangChain integrations with [Microsoft Azure](https://portal.azure.com) and other [Microsoft](https://www.microsoft.com) products.
66

77
## Chat models
88

src/oss/python/integrations/providers/ollama.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Ollama
33
---
44

5-
All LangChain integrations with [Ollama](https://ollama.com/).
5+
This page covers all LangChain integrations with [Ollama](https://ollama.com/).
66

77
Ollama allows you to run open-source models (like [`gpt-oss`](https://ollama.com/library/gpt-oss)) locally.
88

src/oss/python/integrations/providers/openai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: OpenAI
33
---
44

5-
All LangChain integrations with [OpenAI](https://en.wikipedia.org/wiki/OpenAI)
5+
This page covers all LangChain integrations with [OpenAI](https://en.wikipedia.org/wiki/OpenAI)
66

77
{/* ## Installation and setup
88

0 commit comments

Comments
 (0)