Skip to content

Commit

Permalink
chore: add alpha docstring to llamaindex (langfuse#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann authored Feb 20, 2024
1 parent 319ba13 commit 8ed5524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langfuse/llama_index/llama_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
class LlamaIndexCallbackHandler(
LlamaIndexBaseCallbackHandler, LangfuseBaseCallbackHandler
):
"""[Alpha] LlamaIndex callback handler for Langfuse. This version is in alpha and may change in the future."""
log = logging.getLogger("langfuse")

def __init__(
Expand Down

0 comments on commit 8ed5524

Please sign in to comment.