Skip to content

Commit

Permalink
Fix outdated doc: no templates on master
Browse files Browse the repository at this point in the history
Signed-off-by: Mingqi <[email protected]>
  • Loading branch information
Mingqi2 committed Nov 15, 2024
1 parent ef2dc9e commit 8bda3a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/cli/langchain_cli/project_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ pip install -U langchain-cli
## Adding packages

```bash
# adding packages from
# https://github.com/langchain-ai/langchain/tree/master/templates
langchain app add $PROJECT_NAME
# adding packages from v0.2 templates
# https://github.com/langchain-ai/langchain/tree/v0.2/templates
langchain app add $PROJECT_NAME --branch v0.2
# langchain app add pirate-speak --branch v0.2

# adding custom GitHub repo packages
langchain app add --repo $OWNER/$REPO
Expand Down

0 comments on commit 8bda3a2

Please sign in to comment.