langchain/libs/community/langchain_community
ccurme 8afbab4cf6
langchain[patch]: deprecate various chains (#25310)
- [x] NatbotChain: move to community, deprecate langchain version.
Update to use `prompt | llm | output_parser` instead of LLMChain.
- [x] LLMMathChain: deprecate + add langgraph replacement example to API
ref
- [x] HypotheticalDocumentEmbedder (retriever): update to use `prompt |
llm | output_parser` instead of LLMChain
- [x] FlareChain: update to use `prompt | llm | output_parser` instead
of LLMChain
- [x] ConstitutionalChain: deprecate + add langgraph replacement example
to API ref
- [x] LLMChainExtractor (document compressor): update to use `prompt |
llm | output_parser` instead of LLMChain
- [x] LLMChainFilter (document compressor): update to use `prompt | llm
| output_parser` instead of LLMChain
- [x] RePhraseQueryRetriever (retriever): update to use `prompt | llm |
output_parser` instead of LLMChain
2024-08-15 10:49:26 -04:00
..
adapters infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
agent_toolkits fix: typo where github should be gitlab (#25397) 2024-08-14 18:36:25 +00:00
agents community[patch]: Update root_validators to use pre=True or pre=False (#23731) 2024-07-01 20:10:15 +00:00
callbacks community[patch]: gpt-4o-2024-08-06 costs (#25164) 2024-08-08 13:22:11 +00:00
chains langchain[patch]: deprecate various chains (#25310) 2024-08-15 10:49:26 -04:00
chat_loaders multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
chat_message_histories multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
chat_models multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
cross_encoders community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
docstore infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
document_compressors community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
document_loaders [docs]: doc loader changes (#25417) 2024-08-14 19:46:33 -07:00
document_transformers multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
embeddings multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
example_selectors infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
graph_vectorstores community: kwargs for CassandraGraphVectorStore (#25300) 2024-08-12 18:01:29 +00:00
graphs community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
indexes community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) 2024-06-19 17:58:57 +00:00
llms multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
memory
output_parsers
query_constructors community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
retrievers multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
storage multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
tools docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
utilities multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
utils infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
vectorstores docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
cache.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
py.typed