docs: v0.3 nits (#26556)

This commit is contained in:
Bagatur 2024-09-16 17:14:47 -07:00 committed by GitHub
parent 99abd254fb
commit 31f61d4d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`).