Skip to content

Commit 17f1ff1

Browse files
authored
docs(llama-index): deprecate CallbackHandler and promote Instrumentor (#971)
1 parent c82ddca commit 17f1ff1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

langfuse/llama_index/_instrumentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
class LlamaIndexInstrumentor:
27-
"""[BETA] Instrumentor for exporting LlamaIndex instrumentation module spans to Langfuse.
27+
"""Instrumentor for exporting LlamaIndex instrumentation module spans to Langfuse.
2828
2929
This beta integration is currently under active development and subject to change.
3030
Please provide feedback to the Langfuse team: https://github.com/langfuse/langfuse/issues/1931

langfuse/llama_index/llama_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
class LlamaIndexCallbackHandler(
5858
LlamaIndexBaseCallbackHandler, LangfuseBaseCallbackHandler
5959
):
60-
"""LlamaIndex callback handler for Langfuse. This version is in alpha and may change in the future."""
60+
"""[Deprecated] LlamaIndex callback handler for Langfuse. Deprecated, please use the LlamaIndexInstrumentor instead."""
6161

6262
log = logging.getLogger("langfuse")
6363

0 commit comments

Comments
 (0)