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
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
..
agents Feature: AgentExecutor execution time limit (#2399) 2 years ago
callbacks improve `AsyncCallbackManager` (#2410) 2 years ago
chains Use `run` and `arun` in place of `combine_docs` and `acombine_docs` (#2635) 2 years ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore Harrison/document cleanup (#2062) 2 years ago
document_loader rm pandas dependency (#2102) 2 years ago
evaluation Adding an in-context QA evaluation chain + chain of thought reasoning chain for improved accuracy (#2444) 2 years ago
llms Removed duplicate BaseModel dependencies (#2471) 2 years ago
output_parsers PydanticOutputParser unit test (#2047) 2 years ago
prompts big docs refactor (#1978) 2 years ago
tools Add Request body (#2507) 2 years ago
utilities Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 2 years ago
__init__.py initial commit 2 years ago
test_bash.py skip unit tests that fail in Windows (#2238) 2 years ago
test_formatting.py initial commit 2 years ago
test_python.py Harrison/multiline commands (#2280) 2 years ago
test_sql_database.py sql: do not hard code the LIMIT clause in the table_info section (#1563) 2 years ago
test_sql_database_schema.py sql: do not hard code the LIMIT clause in the table_info section (#1563) 2 years ago
test_text_splitter.py Harrison/shallow metadata (#1599) 2 years ago