Skip to content

Commit 4974598

Browse files
Update LangChain README with comprehensive AWS integrations documentation
- Update title from LangGraph to LangChain - Add comprehensive LangChain overview and use cases - Add detailed AWS integrations list (Bedrock, S3, Athena, etc.) - Update image reference to langchain-aws.png - Include LangChain & LangGraph official documentation links - Add contact information for partnership support
1 parent a1716da commit 4974598

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

langchain/README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1-
## LangGraph
2-
![3p-agentic-frameworks](assets/langgraph-aws.png)
1+
## LangChain
2+
![3p-agentic-frameworks](assets/langchain-aws.png)
33

4-
LangGraph is a low-level orchestration framework for building controllable agents. While langchain provides integrations and composable components to streamline LLM application development, the LangGraph library enables agent orchestration — offering customizable architectures, long-term memory, and human-in-the-loop to reliably handle complex tasks.
4+
LangChain is the easiest way to start building agents and applications powered by LLMs. With under 10 lines of code, you can connect to models from Amazon Bedrock, Sagemaker, OpenAI, Anthropic, Google and more.
55

6-
## LangGraph Official Documentation
6+
We recommend you use LangChain if you want to quickly build agents and autonomous applications. Use LangGraph, our low-level agent orchestration framework and runtime, when you have more advanced needs that require a combination of deterministic and agentic workflows, heavy customization, and carefully controlled latency.
77

8-
**Docs:** https://langchain-ai.github.io/langgraph/tutorials/introduction/
8+
## LangChain & LangGraph Official Documentation
99

10-
## LangGraph + AWS
10+
**Docs:** https://docs.langchain.com/oss/python/langchain/overview
11+
12+
## LangChain + AWS
13+
14+
**Docs for LangChain and AWS Integrations:** https://docs.langchain.com/oss/python/integrations/providers/aws
15+
16+
LangChain supports a rich ecosystem AWS integrations for services such as :
17+
* Amazon Bedrock
18+
* Amazon Bedrock Knowledge Bases
19+
* Amazon Sagemaker
20+
* Amazon S3
21+
* Amazon Textract
22+
* Amazon Athena
23+
* AWS Glue
24+
* Amazon OpenSearch Servie
25+
* Amazon DocumentDB
26+
* Amazon MemoryDB
27+
* Amazon Kendra
28+
* Amazon Lambda
29+
* Amazon Neptune
30+
* Amazon Comprehend
31+
32+
Please contact [email protected] for more integration support!
1133

1234
### Importing LLMs from Amazon Bedrock
1335

langchain/assets/langchain-aws.png

-3.7 MB
Loading

0 commit comments

Comments
 (0)