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
Davis Chase 52e4fba897
Fix self query pinecone translation (#3892)
Enum to string conversion handled differently between python 3.9 and
3.11, currently breaking in 3.11 (see #3788). Thanks @peter-brady for
catching this!
1 year ago
..
agents Callbacks Refactor [base] (#3256) 1 year ago
callbacks Callbacks Refactor [base] (#3256) 1 year ago
chains Callbacks Refactor [base] (#3256) 1 year ago
data
docstore Add `DocstoreFn` - lookup doc via arbitrary function (#3760) 1 year ago
document_loader Harrison/csv loader (#3771) 1 year ago
evaluation
llms Callbacks Refactor [base] (#3256) 1 year ago
memory Harrison/file chat history (#3198) 1 year ago
output_parsers Fix pytest collection warning (#3651) 1 year ago
prompts
retrievers Fix self query pinecone translation (#3892) 1 year ago
tools Deprecate StdInquireTool (#3850) 1 year ago
utilities
vectorstores fix #3884 (#3475) 1 year ago
__init__.py
test_bash.py Persistent Bash Shell (#3580) 1 year ago
test_depedencies.py Add unit-test to catch changes to required deps (#3662) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_formatting.py
test_math_utils.py Contextual compression retriever (#2915) 1 year ago
test_python.py
test_schema.py [simple][test] Added test case for schema.py (#3692) 1 year ago
test_sql_database.py
test_sql_database_schema.py Suppress duckdb warning in unit tests explicitly (#3653) 1 year ago
test_text_splitter.py Add unit test for _merge_splits function (#3513) 1 year ago