Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/honeyhive/utils/llamaindex_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ def __init__(
verbose: bool = False,
base_url: Optional[str] = None,
) -> None:
if not LLAMAINDEX_INSTALLED:
raise ImportError("Please install our llama_index tracer. You can install it with `pip install honeyhive[llama_index]`")

self.verbose = verbose
if self._env_api_key:
api_key = self._env_api_key
Expand Down