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/community/langchain_community
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
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 10 months ago
agent_toolkits docs: docstrings `langchain_community` update (#14889) 10 months ago
callbacks Delete V1 tracer and refactor tracer tests to core (#15326) 9 months ago
chat_loaders Langchain_community: Small Fix when loading facebook messages (#15358) 9 months ago
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 10 months ago
chat_models add api_base to _client_params (community version of #14393) (#14644) 9 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
document_loaders Add AstraDB document loader (#14747) 9 months ago
document_transformers community: Make doctran synchronous (#15264) 9 months ago
embeddings Fixing the Issue with DashScopeEmbeddings Handling More than 25 Rows of Data (#14662) 9 months ago
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
llms docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
retrievers Don't reassign chunk_type (#14923) 10 months ago
storage community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
tools Propagate context vars in all classes/methods 9 months ago
utilities GITLAB_URL should take default https://gitlab.com instead of error (#14638) 9 months ago
utils docs: docstrings `langchain_community` update (#14889) 10 months ago
vectorstores docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py community[patch]: Fixed issue with importing Row from sqlalchemy (#14488) 10 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago