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/libs/community/langchain_community/callbacks
ccurme 481d3855dc
patch: remove usage of llm, chat model __call__ (#20788)
- `llm(prompt)` -> `llm.invoke(prompt)`
- `llm(prompt=prompt` -> `llm.invoke(prompt)` (same with `messages=`)
- `llm(prompt, callbacks=callbacks)` -> `llm.invoke(prompt,
config={"callbacks": callbacks})`
- `llm(prompt, **kwargs)` -> `llm.invoke(prompt, **kwargs)`
5 months ago
..
streamlit community[patch]: docstrings update (#20301) 5 months ago
tracers community[patch]: fix CometTracer bug (#20796) 5 months ago
__init__.py community[minor]: add UpTrainCallbackHandler (#19956) 5 months ago
aim_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
argilla_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
arize_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
arthur_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
bedrock_anthropic_callback.py community[minor]: add bedrock anthropic callback for token usage counting (#19864) 5 months ago
clearml_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
comet_ml_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
confident_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
context_callback.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
fiddler_callback.py community[patch] : [Fiddler] ensure dataset is not added if model is present (#19293) 6 months ago
flyte_callback.py community[patch]: docstrings update (#20301) 5 months ago
human.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
infino_callback.py infra: add print rule to ruff (#16221) 7 months ago
labelstudio_callback.py community[patch]: update use of deprecated llm methods (#20393) 5 months ago
llmonitor_callback.py community[patch]: update use of deprecated llm methods (#20393) 5 months ago
manager.py community[minor]: add bedrock anthropic callback for token usage counting (#19864) 5 months ago
mlflow_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
openai_info.py community: add gpt-4 pricing in callback (#20292) 5 months ago
promptlayer_callback.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
sagemaker_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
trubrics_callback.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
uptrain_callback.py community[minor]: add UpTrainCallbackHandler (#19956) 5 months ago
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
wandb_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
whylabs_callback.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago