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/langchain/langchain/chains
Erick Friis a24a9c6427
multiple: get rid of pyproject extras (#22581)
They cause `poetry lock` to take a ton of time, and `uv pip install` can
resolve the constraints from these toml files in trivial time
(addressing problem with #19153)

This allows us to properly upgrade lockfile dependencies moving forward,
which revealed some issues that were either fixed or type-ignored (see
file comments)
1 day ago
..
api multiple: langchain 0.2 in master (#21191) 1 month ago
chat_vector_db Separate out langchain_core package (#13577) 7 months ago
combine_documents docs: use standard openai params (#20160) 2 months ago
constitutional_ai langchain: added revision_example prompt template (#20916) 2 weeks ago
conversation multiple: langchain 0.2 in master (#21191) 1 month ago
conversational_retrieval langchain: deprecate LLMChain, RetrievalQA, and ConversationalRetrievalChain (#20751) 2 months ago
elasticsearch_database langchain[patch]: updated `chains` imports (#16064) 5 months ago
ernie_functions multiple: langchain 0.2 in master (#21191) 1 month ago
flare multiple: langchain 0.2 in master (#21191) 1 month ago
graph_qa multiple: langchain 0.2 in master (#21191) 1 month ago
hyde langchain[patch]: updated `chains` imports (#16064) 5 months ago
llm_bash langchain[minor]: enhance unit test to test imports recursively (#21122) 1 month ago
llm_checker langchain: upgrade mypy (#19163) 3 months ago
llm_math multiple: Remove unnecessary Ruff suppression comments (#21050) 1 month ago
llm_summarization_checker infra: add print rule to ruff (#16221) 4 months ago
llm_symbolic_math langchain[minor]: enhance unit test to test imports recursively (#21122) 1 month ago
natbot multiple: langchain 0.2 in master (#21191) 1 month ago
openai_functions infra: rm unused # noqa violations (#22049) 2 weeks ago
openai_tools langchain: fix deprecation decorators on extraction chains (#21276) 1 month ago
qa_generation text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 (#18346) 3 months ago
qa_with_sources patch: deprecate (a)get_relevant_documents (#20477) 2 months ago
query_constructor docs: langchain docstrings updates (#21032) 1 month ago
question_answering langchain: `qa_chain` fix (#21279) 1 month ago
retrieval_qa Hotfix RetrievalQA Docs: docs: Fix formatting (#21183) 1 month ago
router multiple: langchain 0.2 in master (#21191) 1 month ago
sql_database langchain[patch]: Update more code to use langchain community as an optional dependency (#21170) 1 month ago
structured_output multiple: get rid of pyproject extras (#22581) 1 day ago
summarize langchain: `summarize` chain fix (#21266) 1 month ago
__init__.py langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 3 weeks ago
base.py Pass through Run ID Explicitly (#21469) 4 weeks ago
example_generator.py REFACTOR: Refactor langchain_core (#13627) 7 months ago
history_aware_retriever.py Add .pick and .assign methods to Runnable (#15229) 5 months ago
llm.py langchain: deprecate LLMChain, RetrievalQA, and ConversationalRetrievalChain (#20751) 2 months ago
llm_requests.py multiple: langchain 0.2 in master (#21191) 1 month ago
loading.py multiple: langchain 0.2 in master (#21191) 1 month ago
mapreduce.py text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 (#18346) 3 months ago
moderation.py langchain: Fix broken `OpenAIModerationChain` and implement async (#18537) 4 weeks ago
prompt_selector.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
retrieval.py remove chat-history (#15286) 5 months ago
sequential.py langchain[patch]: updated `chains` imports (#16064) 5 months ago
transform.py langchain[patch]: updated `chains` imports (#16064) 5 months ago