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
CG80499 af8f5c1a49
Added constitutional chain. (#1147)
- Added self-critique constitutional chain based on this
[paper](https://www.anthropic.com/constitutional.pdf).
2 years ago
..
__init__.py
test_api.py
test_base.py Add BaseCallbackHandler and CallbackManager (#478) 2 years ago
test_combine_documents.py fix map reduce chain (#550) 2 years ago
test_constitutional_ai.py Added constitutional chain. (#1147) 2 years ago
test_conversation.py Harrison/add human prefix (#520) 2 years ago
test_hyde.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2 years ago
test_llm.py Harrison/serialize llm chain (#671) 2 years ago
test_llm_bash.py
test_llm_checker.py
test_llm_math.py
test_natbot.py
test_sequential.py
test_transform.py