mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
docs[patch]: update installation with core and community (#14577)
This commit is contained in:
@@ -29,6 +29,20 @@ If you want to install from source, you can do so by cloning the repo and be sur
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## LangChain community
|
||||||
|
The `langchain-community` package contains third-party integrations. It is automatically installed by `langchain`, but can also be used separately. Install with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install langchain-community
|
||||||
|
```
|
||||||
|
|
||||||
|
## LangChain core
|
||||||
|
The `langchain-core` package contains base abstractions that the rest of the LangChain ecosystem uses, along with the LangChain Expression Language. It is automatically installed by `langchain`, but can also be used separately. Install with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install langchain-core
|
||||||
|
```
|
||||||
|
|
||||||
## LangChain experimental
|
## LangChain experimental
|
||||||
The `langchain-experimental` package holds experimental LangChain code, intended for research and experimental uses.
|
The `langchain-experimental` package holds experimental LangChain code, intended for research and experimental uses.
|
||||||
Install with:
|
Install with:
|
||||||
|
Reference in New Issue
Block a user