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/docs
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
```
9 months ago
..
api_reference infra: cut down on integration steps (#14785) 10 months ago
docs docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
scripts docs[patch], templates[patch]: Import from core (#14575) 10 months ago
src docs[patch]: fix zoom (#14786) 10 months ago
static [documentation] documentation revamp (#15281) 9 months ago
.local_build.sh docs: developer docs (#14776) 10 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js
code-block-loader.js
docusaurus.config.js docs: fix api ref link (#14679) 10 months ago
package-lock.json docs[patch]: search experiment (#14254) 10 months ago
package.json docs[patch]: search experiment (#14254) 10 months ago
settings.ini
sidebars.js docs: add use cases index (#15279) 9 months ago
vercel.json docs `microsoft` pages sort order fix (#14771) 9 months ago
vercel_build.sh docs: developer docs (#14776) 10 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide