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/langchain/chains
Ankush Gola 8d0869c6d3
change run to use args and kwargs (#367)
Before, `run` was not able to be called with multiple arguments. This
expands the functionality.
1 year ago
..
api LLMRequestsChain (#267) 1 year ago
combine_documents add optional collapse prompt (#358) 1 year ago
conversation Add `clear()` method for `Memory` (#305) 1 year ago
llm_bash update branch name in gha (#274) 1 year ago
llm_checker Add LLMCheckerChain (#281) 1 year ago
llm_math combine python files (#256) 1 year ago
natbot chore: minor clean up / formatting (#233) 1 year ago
pal combine python files (#256) 1 year ago
qa_with_sources add optional collapse prompt (#358) 1 year ago
question_answering add optional collapse prompt (#358) 1 year ago
sql_database stop using chained input except in agent (#249) 1 year ago
summarize add optional collapse prompt (#358) 1 year ago
vector_db_qa Harrison/base combine doc chain (#264) 1 year ago
__init__.py add moderation chain (#299) 1 year ago
base.py change run to use args and kwargs (#367) 1 year ago
llm.py Harrison/llm final stuff (#332) 1 year ago
llm_requests.py LLMRequestsChain (#267) 1 year ago
mapreduce.py Harrison/base combine doc chain (#264) 1 year ago
moderation.py add moderation chain (#299) 1 year ago
sequential.py Harrison/sequential chains (#168) 2 years ago
transform.py Add a Transformation Chain (#257) 1 year ago