mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
templates,docs: leave templates in v0.2 (#27952)
all template installs will now have to declare `--branch v0.2` to make clear they aren't compatible with langchain 0.3 (most have a pydantic v1 setup). e.g. ``` langchain-cli app add pirate-speak --branch v0.2 ```
This commit is contained in:
@@ -4,5 +4,3 @@ This package implements the official CLI for LangChain. Right now, it is most us
|
||||
for getting started with LangChain Templates!
|
||||
|
||||
[CLI Docs](https://github.com/langchain-ai/langchain/blob/master/libs/cli/DOCS.md)
|
||||
|
||||
[LangServe Templates Quickstart](https://github.com/langchain-ai/langchain/blob/master/templates/README.md)
|
||||
|
Reference in New Issue
Block a user