LlamaIndexCallbackHandler¶
- opik.integrations.llama_index.LlamaIndexCallbackHandler(event_starts_to_ignore: List[CBEventType] | None = None, event_ends_to_ignore: List[CBEventType] | None = None, project_name: str | None = None, skip_index_construction_trace: bool = False)¶
Base callback handler that can be used to track event starts and ends.