mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# langchain-cli
|
|
|
|
[](https://pypi.org/project/langchain-cli/#history)
|
|
[](https://opensource.org/licenses/MIT)
|
|
[](https://pypistats.org/packages/langchain-cli)
|
|
[](https://twitter.com/langchainai)
|
|
|
|
## Quick Install
|
|
|
|
```bash
|
|
pip install langchain-cli
|
|
```
|
|
|
|
## 🤔 What is this?
|
|
|
|
This package implements the official CLI for LangChain. Right now, it is most useful for getting started with LangChain Templates!
|
|
|
|
## 📖 Documentation
|
|
|
|
[CLI Docs](https://github.com/langchain-ai/langchain/blob/master/libs/cli/DOCS.md)
|
|
|
|
## 📕 Releases & Versioning
|
|
|
|
See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.
|
|
|
|
## 💁 Contributing
|
|
|
|
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
|
|
|
|
For detailed information on how to contribute, see the [Contributing Guide](https://docs.langchain.com/oss/python/contributing/overview).
|