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 49122a96e7
Structured Tool Bugfixes (#3324)
- Proactively raise error if a tool subclasses BaseTool, defines its
own schema, but fails to add the type-hints
- fix the auto-inferred schema of the decorator to strip the
unneeded virtual kwargs from the schema dict

Helps avoid silent instances of #3297
1 year ago
..
agents Structured Tool Bugfixes (#3324) 1 year ago
callbacks improve `AsyncCallbackManager` (#2410) 1 year ago
chains Factor out doc formatting and add validation (#3026) 1 year ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore Harrison/document cleanup (#2062) 1 year ago
document_loader rm pandas dependency (#2102) 1 year ago
evaluation Adding an in-context QA evaluation chain + chain of thought reasoning chain for improved accuracy (#2444) 1 year ago
llms Harrison/fix create sql agent (#2870) 1 year ago
memory Harrison/file chat history (#3198) 1 year ago
output_parsers Nc/combining output parser (#3014) 1 year ago
prompts Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
retrievers Generative Characters (#2859) 1 year ago
tools Update File Management Tools to Include Root Directory (#3112) 1 year 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) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_formatting.py initial commit 2 years ago
test_math_utils.py Contextual compression retriever (#2915) 1 year ago
test_python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
test_sql_database.py sql: do not hard code the LIMIT clause in the table_info section (#1563) 1 year ago
test_sql_database_schema.py sql: do not hard code the LIMIT clause in the table_info section (#1563) 1 year ago
test_text_splitter.py Harrison/shallow metadata (#1599) 1 year ago