diff --git a/langfuse/llama_index/_instrumentor.py b/langfuse/llama_index/_instrumentor.py index e7ece61f..b92c1b05 100644 --- a/langfuse/llama_index/_instrumentor.py +++ b/langfuse/llama_index/_instrumentor.py @@ -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 diff --git a/langfuse/llama_index/llama_index.py b/langfuse/llama_index/llama_index.py index edeaef76..cb2f2899 100644 --- a/langfuse/llama_index/llama_index.py +++ b/langfuse/llama_index/llama_index.py @@ -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")