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
Harrison Chase 4974f49bb7
add return_direct flag to tool (#537)
adds a return_direct flag to tools, which just returns the tool output
as the final output
2 years ago
..
agents add return_direct flag to tool (#537) 2 years ago
callbacks Add BaseCallbackHandler and CallbackManager (#478) 2 years ago
chains Add BaseCallbackHandler and CallbackManager (#478) 2 years ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore wip: add method for both docstore and embeddings (#119) 2 years ago
llms Harrison/fix and test caching (#538) 2 years ago
prompts Docs refactor (#480) 2 years ago
__init__.py initial commit 2 years ago
test_bash.py update branch name in gha (#274) 2 years ago
test_formatting.py initial commit 2 years ago
test_hyde.py Add BaseCallbackHandler and CallbackManager (#478) 2 years ago
test_python.py Harrison/tools exp (#372) 2 years ago
test_sql_database.py Support SQL statements that return no results (#222) 2 years ago
test_sql_database_schema.py Add schema property to sql database utility class (#448) (#462) 2 years ago
test_text_splitter.py Harrison/improve data augmented generation docs (#390) 2 years ago