langchain/libs/cli
Stefano Lottini f2e75f9500
cli[minor]: fix import path for two Astra DB classes in the migration json data (#21926)
This PR fixes two mistakes in the import paths from community for the
json data aiding the cli migration to 0.2.

It is intended as a quick follow-up to
https://github.com/langchain-ai/langchain/pull/21913 .

@nicoloboschi FYI
2024-05-20 12:25:10 -04:00
..
langchain_cli cli[minor]: fix import path for two Astra DB classes in the migration json data (#21926) 2024-05-20 12:25:10 -04:00
scripts cli[minor]: Add ipynb support, add text_splitters (#20963) 2024-04-29 10:11:21 -04:00
tests cli[patch]: Ignore imports that change the name of the class (#21026) 2024-04-29 12:20:30 -04:00
.gitignore infra: make .gitignore consistent with standard python gitignore (#16828) 2024-02-12 19:43:41 -08: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 cli: release 0.0.22 (#21507) 2024-05-09 21:45:20 +00:00
poetry.toml Use an in-project virtualenv in the CLI package. (#12678) 2023-10-31 14:51:24 -07:00
pyproject.toml cli: release 0.0.22 (#21507) 2024-05-09 21:45:20 +00: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