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
Zander Chase c582f2e9e3
Add Structure Chat Agent (#3912)
Create a new chat agent that is compatible with the Multi-input tools
1 year ago
..
agents Add Structure Chat Agent (#3912) 1 year ago
callbacks Callbacks Refactor [base] (#3256) 1 year ago
chains Callbacks Refactor [base] (#3256) 1 year ago
chat_models Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
data
docstore Add `DocstoreFn` - lookup doc via arbitrary function (#3760) 1 year ago
document_loader Add minimal file system blob loader (#3669) 1 year ago
evaluation Adding an in-context QA evaluation chain + chain of thought reasoning chain for improved accuracy (#2444) 2 years ago
llms Callbacks Refactor [base] (#3256) 1 year ago
memory Add SQLiteChatMessageHistory (#3534) 1 year ago
output_parsers Add unit test to output parsers (#3911) 1 year ago
prompts Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
retrievers Fix self query pinecone translation (#3892) 1 year ago
tools Update some Tools Docs (#3913) 1 year ago
utilities Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 2 years ago
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 Move PythonRepl -> langchain.utilities (#2917) 1 year ago
test_schema.py [simple][test] Added test case for schema.py (#3692) 1 year 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 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