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/langchain/llms
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
..
__init__.py Add Azure OpenAI LLM (#395) 1 year ago
ai21.py Harrison/cohere experimental (#638) 1 year ago
base.py add tracing support to langchain (#741) 1 year ago
cohere.py Harrison/cache (#343) 2 years ago
huggingface_hub.py Harrison/cache (#343) 2 years ago
huggingface_pipeline.py HuggingFacePipeline: Forward model_kwargs. (#696) 1 year ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py Harrison/cache (#343) 2 years ago
nlpcloud.py Harrison/cache (#343) 2 years ago
openai.py add stop to stream (#729) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago