mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 20:41:52 +00:00
docs: v0.3 nits (#26556)
This commit is contained in:
parent
99abd254fb
commit
31f61d4d7d
@ -1,6 +1,6 @@
|
|||||||
# LangChain v0.3
|
# LangChain v0.3
|
||||||
|
|
||||||
*Last updated: 09.13.24*
|
*Last updated: 09.16.24*
|
||||||
|
|
||||||
## What's changed
|
## What's changed
|
||||||
|
|
||||||
@ -225,14 +225,14 @@ For help with the Pydantic 1 to 2 migration itself please refer to the [Pydantic
|
|||||||
|
|
||||||
As of 0.0.31, the `langchain-cli` relies on [gritql](https://about.grit.io/) for applying code mods.
|
As of 0.0.31, the `langchain-cli` relies on [gritql](https://about.grit.io/) for applying code mods.
|
||||||
|
|
||||||
## Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -U langchain-cli
|
pip install -U langchain-cli
|
||||||
langchain-cli --version # <-- Make sure the version is at least 0.0.31
|
langchain-cli --version # <-- Make sure the version is at least 0.0.31
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
### Usage
|
||||||
|
|
||||||
Given that the migration script is not perfect, you should make sure you have a backup of your code first (e.g., using version control like `git`).
|
Given that the migration script is not perfect, you should make sure you have a backup of your code first (e.g., using version control like `git`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user