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
Ma Donghao 6f62e5461c
Update the parser regex of map_rerank (#6419)
Sometimes the score responded by chatgpt would be like 'Respone
example\nScore: 90 (fully answers the question, but could provide more
detail on the specific error message)'
For the score contains not only numbers, it raise a ValueError like 


Update the RegexParser from `.*` to `\d*` would help us to ignore the
text after number.

Co-authored-by: Bagatur <baskaryan@gmail.com>
1 year ago
..
query_constructor handle single arg to and/or (#5637) 1 year ago
question_answering Update the parser regex of map_rerank (#6419) 1 year ago
__init__.py initial commit 2 years ago
test_api.py requests wrapper (#2367) 1 year ago
test_base.py support returning run info for llms, chat models and chains (#5666) 1 year ago
test_combine_documents.py Docs combine document chain (#6994) 1 year 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_graph_qa.py Cypher search: Check if generated Cypher is provided in backticks (#5541) 1 year ago
test_hyde.py split up batch llm calls into separate runs (#5804) 1 year ago
test_llm.py Harrison/guarded output parser (#1804) 2 years ago
test_llm_bash.py Callbacks Refactor [base] (#3256) 1 year ago
test_llm_checker.py Callbacks Refactor [base] (#3256) 1 year ago
test_llm_math.py Callbacks Refactor [base] (#3256) 1 year ago
test_llm_summarization_checker.py Callbacks Refactor [base] (#3256) 1 year ago
test_llm_symbolic_math.py Adds a chain around sympy for symbolic math (#6834) 1 year ago
test_memory.py Add read only shared memory (#1491) 2 years ago
test_natbot.py split up batch llm calls into separate runs (#5804) 1 year ago
test_sequential.py fix(memory): allow internal chains to use memory (#6769) 1 year ago
test_transform.py Add a Transformation Chain (#257) 2 years ago