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
Pierre Alexandre SCHEMBRI 9ca11c06b7
Fixes #6282 (#6283)
Fixes #6282 

1 liner to fix default http headers not passed by `LLMRequestsChain`
12 months ago
..
api [APIChain] enhance the robustness or url (#6008) 12 months ago
chat_vector_db WIP: Harrison/base retriever (#1765) 1 year ago
combine_documents Reuse `length_func` in `MapReduceDocumentsChain` (#5181) 1 year ago
constitutional_ai Add support for tags (#5898) 12 months ago
conversation Doc refactor (#6300) 12 months ago
conversational_retrieval propagate callbacks to ConversationalRetrievalChain (#5572) 12 months ago
flare WIP: FLARE-inspired chain (#4612) 1 year ago
graph_qa Add additional parameters to Graph Cypher Chain (#5979) 12 months ago
hyde Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
llm_bash Add _type for all parsers (#4189) 1 year ago
llm_checker Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
llm_math Add an example to make the prompt more robust (#5291) 1 year ago
llm_summarization_checker fix typos in the prompts of LLMSummarizationCheckerChain (#4518) 1 year ago
natbot Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
pal Callbacks Refactor [base] (#3256) 1 year ago
qa_generation Callbacks Refactor [base] (#3256) 1 year ago
qa_with_sources fix: update qa_chain doc for "chai_type" (#5877) 12 months ago
query_constructor handle single arg to and/or (#5637) 1 year ago
question_answering propagate callbacks to ConversationalRetrievalChain (#5572) 12 months ago
retrieval_qa Implement saving and loading of RetrievalQA chain (#5818) 12 months ago
router Add async support to routing chains (#5373) 1 year ago
sql_database Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method (#4778) 1 year ago
summarize Callbacks Refactor [base] (#3256) 1 year ago
__init__.py Harrison/openai functions (#6223) 12 months ago
base.py Add support for tags (#5898) 12 months ago
llm.py Add support for tags (#5898) 12 months ago
llm_requests.py Fixes #6282 (#6283) 12 months ago
loading.py Implement saving and loading of RetrievalQA chain (#5818) 12 months ago
mapreduce.py Fixed multi input prompt for MapReduceChain (#4979) 1 year ago
moderation.py changed ValueError to ImportError (#5103) 1 year ago
openai_functions.py Harrison/openai functions (#6261) 12 months ago
prompt_selector.py Callbacks Refactor [base] (#3256) 1 year ago
sequential.py Add support for tags (#5898) 12 months ago
transform.py Callbacks Refactor [base] (#3256) 1 year ago