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 57609845df
add tracing support to langchain (#741)
* add implementations of `BaseCallbackHandler` to support tracing:
`SharedTracer` which is thread-safe and `Tracer` which is not and is
meant to be used locally.
* Tracers persist runs to locally running `langchain-server`

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2 years ago
..
agents
callbacks add tracing support to langchain (#741) 2 years ago
chains
data
docstore
llms Fix sqlalchemy warnings when running tests (#733) 2 years ago
prompts
__init__.py
test_bash.py
test_formatting.py
test_python.py
test_sql_database.py Fix sqlalchemy warnings when running tests (#733) 2 years ago
test_sql_database_schema.py Fix sqlalchemy warnings when running tests (#733) 2 years ago
test_text_splitter.py