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>
1 year ago
..
agents strip whitespace (#680) 1 year ago
callbacks add tracing support to langchain (#741) 1 year ago
chains move hyde into chains (#728) 1 year 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 Fix sqlalchemy warnings when running tests (#733) 1 year ago
prompts Docs refactor (#480) 1 year 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_python.py Harrison/tools exp (#372) 1 year ago
test_sql_database.py Fix sqlalchemy warnings when running tests (#733) 1 year ago
test_sql_database_schema.py Fix sqlalchemy warnings when running tests (#733) 1 year ago
test_text_splitter.py Harrison/fix splitting (#563) 1 year ago