Instrumenting Custom Event Types #15565
Unanswered
enrico-stauss
asked this question in
Q&A
Replies: 1 comment 2 replies
-
LlamaIndex does not have any dependencies on the Here's how you can create and register a custom event type:
This will allow your custom event to be registered and handled within LlamaIndex without any dependency on external packages [2][3]. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a custom node post-processor that bases the
BaseNodePostprocessor
. There is no suitableStart/EndEvent(BaseEvent)
type for my post-processor, so I decided to add a custom event type, too, in order for my event to be displayed properly in Arize Phoenix. However this does not work, as I discovered that those events are registered explicitly in an external package (openinference.python.instrumentation.openinference-instrumentation-llama-index).Do you know if there is a way to register my custom event without making modifications to openinference?
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions