Skip to content

docs(self-hosted): add required ai keys to evaluator values overlay#14

Merged
vinyex merged 2 commits into
mainfrom
docs/self-hosted-add-ai-keys
May 8, 2026
Merged

docs(self-hosted): add required ai keys to evaluator values overlay#14
vinyex merged 2 commits into
mainfrom
docs/self-hosted-add-ai-keys

Conversation

@vinyex

@vinyex vinyex commented May 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds the missing global.required.ai block (openAiKeyFree + openAiKeySwe) to the values overlay in step 9 of the Evaluator Installation guide.
  • Without these keys the worker's AI enrichment pipeline cannot start — scans hang at "Scanning in progress" (the same failure already documented in the troubleshooting section).
  • Pure docs change to docs/self-hosted/local-evaluation.mdx.

Test plan

  • Run pnpm build (or local dev server) and confirm the page renders.
  • Verify the YAML block in step 9 is syntactically valid (anchors &oaiKeyFree / &oaiKeySwe parse correctly).
  • Spot-check that the new comment matches the troubleshooting entry "Scan stays at Scanning in progress forever".

🤖 Generated with Claude Code

Step 9 of the local-evaluation guide was missing the global.required.ai
block. Without openAiKeyFree / openAiKeySwe set, scans hang at "Scanning
in progress" — the same failure mode already documented in the
"Scan stays at Scanning in progress forever" troubleshooting entry.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 8, 2026 08:32
Updates every chart version mention (intro note, prereq section,
secrets comment, values overlay, install command, troubleshooting
entries) from 1.2.3 to 1.2.4.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the self-hosted Evaluator installation guide to include missing global.required.ai configuration in the step 9 values overlay so AI enrichment can start correctly during scans.

Changes:

  • Adds global.required.ai.openAiKeyFree and global.required.ai.openAiKeySwe to the evaluator values overlay YAML snippet.
  • Adds explanatory comments describing the symptom (scan stuck at “Scanning in progress”) and the related worker log error.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +397 to +399
# AI piloting keys — required for the worker's AI enrichment pipeline.
# Without these, scans hang at "Scanning in progress" with worker logs
# showing `openai.OpenAIError: The api_key client option must be set`.
Comment on lines +402 to +403
openAiKeyFree: &oaiKeyFree "<to-fill>"
openAiKeySwe: &oaiKeySwe "<to-fill>"
@vinyex vinyex merged commit 9c31713 into main May 8, 2026
1 check passed
@vinyex vinyex deleted the docs/self-hosted-add-ai-keys branch May 8, 2026 08:39
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.

2 participants