You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/cli
Bagatur 480626dc99
docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412)
…tch]: import models from community

ran
```bash
git grep -l 'from langchain\.chat_models' | xargs -L 1 sed -i '' "s/from\ langchain\.chat_models/from\ langchain_community.chat_models/g"
git grep -l 'from langchain\.llms' | xargs -L 1 sed -i '' "s/from\ langchain\.llms/from\ langchain_community.llms/g"
git grep -l 'from langchain\.embeddings' | xargs -L 1 sed -i '' "s/from\ langchain\.embeddings/from\ langchain_community.embeddings/g"
git checkout master libs/langchain/tests/unit_tests/llms
git checkout master libs/langchain/tests/unit_tests/chat_models
git checkout master libs/langchain/tests/unit_tests/embeddings/test_imports.py
make format
cd libs/langchain; make format
cd ../experimental; make format
cd ../core; make format
```
6 months ago
..
langchain_cli docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 6 months ago
tests use http.client instead of urllib3 (#12660) 8 months ago
.gitignore CLI (#12284) 8 months ago
CONTRIBUTING.md Adds version CLI command (#12619) 8 months ago
DOCS.md Adds version CLI command (#12619) 8 months ago
LICENSE Library Licenses (#13300) 7 months ago
Makefile CLI CI 2 (#12387) 8 months ago
README.md template updates (#12646) 8 months ago
poetry.lock Bump all libraries to the latest `ruff` version. (#13350) 8 months ago
poetry.toml Use an in-project virtualenv in the CLI package. (#12678) 8 months ago
pyproject.toml cli: test_integration group (#14924) 7 months ago

README.md

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