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/tests/unit_tests/chains
Ankush Gola b82cbd1be0
Use `run` and `arun` in place of `combine_docs` and `acombine_docs` (#2635)
`combine_docs` does not go through the standard chain call path which
means that chain callbacks won't be triggered, meaning QA chains won't
be traced properly, this fixes that.

Also fix several errors in the chat_vector_db notebook
2 years ago
..
__init__.py initial commit 2 years ago
test_api.py requests wrapper (#2367) 2 years ago
test_base.py Removed duplicate BaseModel dependencies (#2471) 2 years ago
test_combine_documents.py Use `run` and `arun` in place of `combine_docs` and `acombine_docs` (#2635) 2 years ago
test_constitutional_ai.py Added constitutional chain. (#1147) 2 years ago
test_conversation.py Add read only shared memory (#1491) 2 years ago
test_hyde.py Removed duplicate BaseModel dependencies (#2471) 2 years ago
test_llm.py Harrison/guarded output parser (#1804) 2 years ago
test_llm_bash.py skip unit tests that fail in Windows (#2238) 2 years ago
test_llm_checker.py Add LLMCheckerChain (#281) 2 years ago
test_llm_math.py initial commit 2 years ago
test_llm_summarization_checker.py Harrison/summarizer chain (#1356) 2 years ago
test_memory.py Add read only shared memory (#1491) 2 years ago
test_natbot.py Removed duplicate BaseModel dependencies (#2471) 2 years ago
test_sequential.py Removed duplicate BaseModel dependencies (#2471) 2 years ago
test_transform.py Add a Transformation Chain (#257) 2 years ago