Skip to content

Commit

Permalink
docs(llama-index): deprecate CallbackHandler and promote Instrumentor (
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp authored Oct 22, 2024
1 parent c82ddca commit 17f1ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langfuse/llama_index/_instrumentor.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


class LlamaIndexInstrumentor:
"""[BETA] Instrumentor for exporting LlamaIndex instrumentation module spans to Langfuse.
"""Instrumentor for exporting LlamaIndex instrumentation module spans to Langfuse.
This beta integration is currently under active development and subject to change.
Please provide feedback to the Langfuse team: https://github.com/langfuse/langfuse/issues/1931
Expand Down
2 changes: 1 addition & 1 deletion langfuse/llama_index/llama_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
class LlamaIndexCallbackHandler(
LlamaIndexBaseCallbackHandler, LangfuseBaseCallbackHandler
):
"""LlamaIndex callback handler for Langfuse. This version is in alpha and may change in the future."""
"""[Deprecated] LlamaIndex callback handler for Langfuse. Deprecated, please use the LlamaIndexInstrumentor instead."""

log = logging.getLogger("langfuse")

Expand Down

0 comments on commit 17f1ff1

Please sign in to comment.