File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525
2626class 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
Original file line number Diff line number Diff line change 5757class 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
You can’t perform that action at this time.
0 commit comments