From e52a7348186fc1268c79666053976e095cadecd8 Mon Sep 17 00:00:00 2001 From: Bastiaan Quast Date: Tue, 26 Dec 2023 20:07:09 +0100 Subject: [PATCH] Oxford comma, consistent with format elsewhere (#15167) This document uses Oxford comma (A, B, and C), in this list the comma was missing before "and". This PR corrects that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0a91a6f20..1eaa96fee37 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Agents involve an LLM making decisions about which Actions to take, taking that Please see [here](https://python.langchain.com) for full documentation, which includes: - [Getting started](https://python.langchain.com/docs/get_started/introduction): installation, setting up the environment, simple examples -- Overview of the [interfaces](https://python.langchain.com/docs/expression_language/), [modules](https://python.langchain.com/docs/modules/) and [integrations](https://python.langchain.com/docs/integrations/providers) +- Overview of the [interfaces](https://python.langchain.com/docs/expression_language/), [modules](https://python.langchain.com/docs/modules/), and [integrations](https://python.langchain.com/docs/integrations/providers) - [Use case](https://python.langchain.com/docs/use_cases/qa_structured/sql) walkthroughs and best practice [guides](https://python.langchain.com/docs/guides/adapters/openai) - [LangSmith](https://python.langchain.com/docs/langsmith/), [LangServe](https://python.langchain.com/docs/langserve), and [LangChain Template](https://python.langchain.com/docs/templates/) overviews - [Reference](https://api.python.langchain.com): full API docs