langchain/libs/cli
William FH 04caf07dee
Make packages optional (#15727)
So we don't have to instruct people to modify the Dockerfile every time
they delete the packages directory.


See:
https://stackoverflow.com/questions/70096208/dockerfile-copy-folder-if-it-exists-conditional-copy/70096420#70096420

Tested on a new repo
2024-01-08 17:09:21 -08:00
..
langchain_cli Make packages optional (#15727) 2024-01-08 17:09:21 -08:00
tests use http.client instead of urllib3 (#12660) 2023-11-01 11:15:05 -07:00
.gitignore CLI (#12284) 2023-10-25 11:06:58 -07:00
CONTRIBUTING.md Adds version CLI command (#12619) 2023-10-31 14:50:04 -07:00
DOCS.md Adds version CLI command (#12619) 2023-10-31 14:50:04 -07:00
LICENSE Library Licenses (#13300) 2023-11-28 17:34:27 -08:00
Makefile CLI CI 2 (#12387) 2023-10-26 17:01:31 -07:00
poetry.lock Bump all libraries to the latest ruff version. (#13350) 2023-11-14 16:00:21 -05:00
poetry.toml Use an in-project virtualenv in the CLI package. (#12678) 2023-10-31 14:51:24 -07:00
pyproject.toml cli: test_integration group (#14924) 2023-12-19 12:09:04 -08:00
README.md template updates (#12646) 2023-10-31 09:13:58 -07:00

langchain-cli

This package implements the official CLI for LangChain. Right now, it is most useful for getting started with LangChain Templates!

CLI Docs

LangServe Templates Quickstart