Skip to content

docs: note openai dep for DeclineLLMEval in LLM quickstart#3

Open
Solaris-star wants to merge 1 commit into
evidentlyai:mainfrom
Solaris-star:docs/1898-openai-dep-llm-quickstart
Open

docs: note openai dep for DeclineLLMEval in LLM quickstart#3
Solaris-star wants to merge 1 commit into
evidentlyai:mainfrom
Solaris-star:docs/1898-openai-dep-llm-quickstart

Conversation

@Solaris-star

@Solaris-star Solaris-star commented Jul 21, 2026

Copy link
Copy Markdown

Summary

The LLM quickstart on docs.evidentlyai.com installs only evidently, then uses DeclineLLMEval, which defaults to provider="openai". In a clean environment that fails unless openai is installed.

Update the install step to pip install evidently openai and note that the full evidently[llm] extra (with heavier deps like transformers[torch]) is not required for this path.

Fixes evidentlyai/evidently#1898

Testing

  • Docs-only change to quickstart_llm.mdx

DeclineLLMEval defaults to provider=\"openai\". A fresh environment that
only runs `pip install evidently` then hits ImportError when following
the quickstart. Document `pip install evidently openai` (lightweight)
instead of requiring the heavier evidently[llm] extra.

Fixes #1898

Signed-off-by: Solaris-star <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation issue: missing OpenAI dependency for DeclineLLMEval in LLM quickstart

1 participant