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
Ji ed37fbaeff
for ChatVectorDBChain, add top_k_docs_for_context to allow control how many chunks of context will be retrieved (#1155)
given that we allow user define chunk size, think it would be useful for
user to define how many chunks of context will be retrieved.
1 year ago
..
api Serialize all the chains! (#761) 1 year ago
chat_vector_db for ChatVectorDBChain, add top_k_docs_for_context to allow control how many chunks of context will be retrieved (#1155) 1 year ago
combine_documents fix stuff count (#1083) 1 year ago
constitutional_ai Added constitutional chain. (#1147) 1 year ago
conversation Harrion/kg (#1016) 1 year ago
graph_qa Harrion/kg (#1016) 1 year ago
hyde Serialize all the chains! (#761) 1 year ago
llm_bash Serialize all the chains! (#761) 1 year ago
llm_checker Serialize all the chains! (#761) 1 year ago
llm_math Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 1 year ago
natbot Fix typo in crawler.py (#842) 1 year ago
pal return code for pal (#844) 1 year ago
qa_with_sources Serialize all the chains! (#761) 1 year ago
question_answering Enable streaming for OpenAI LLM (#986) 1 year ago
sql_database Align table info (#999) (#1034) 1 year ago
summarize update lint (#975) 1 year ago
vector_db_qa pass in prompts to vectordbqa (#1158) 1 year ago
__init__.py Added constitutional chain. (#1147) 1 year ago
base.py Enable streaming for OpenAI LLM (#986) 1 year ago
llm.py Enable streaming for OpenAI LLM (#986) 1 year ago
llm_requests.py Serialize all the chains! (#761) 1 year ago
loading.py pass kwargs through to loading (#863) 1 year ago
mapreduce.py Harrison/return intermediate steps (#428) 1 year ago
moderation.py add moderation chain (#299) 2 years ago
sequential.py verbose flag (#683) 1 year ago
transform.py Add a Transformation Chain (#257) 2 years ago