[OPIK-4292] [DOCS] Document OpikAssist for self-hosted deployments#5269
Draft
Lothiraldan wants to merge 1 commit intomainfrom
Draft
[OPIK-4292] [DOCS] Document OpikAssist for self-hosted deployments#5269Lothiraldan wants to merge 1 commit intomainfrom
Lothiraldan wants to merge 1 commit intomainfrom
Conversation
Update documentation to reflect that OpikAssist (AI trace analyzer) is now available for self-hosted deployments via Docker Compose and Kubernetes. Changes: - Remove "Cloud Only" restriction from OpikAssist documentation - Add self-hosted setup instructions for Docker Compose (--opik-ai flag) - Add Kubernetes/Helm configuration (component.ai-backend.enabled) - Document AI provider prerequisite (OpenAI by default) - Add OpikAssist to platform architecture documentation - Update AI Providers page to include OpikAssist usage OpikAssist routes LLM calls through the backend's /v1/private/chat/completions proxy, using the end-user's configured AI provider API key from workspace settings. Session storage uses MySQL via Google ADK's DatabaseSessionService.
Contributor
📋 PR Linter Failed❌ Incomplete Details Section. The ❌ Incomplete Issues Section. You must reference at least one GitHub issue ( |
Contributor
|
🌿 Preview your docs: https://opik-preview-56ddd971-d7a1-4071-a137-936b2e1be201.docs.buildwithfern.com/docs/opik No broken links found 📌 Results for commit 29296f8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update documentation to reflect that OpikAssist (AI trace analyzer) is now available for self-hosted deployments via Docker Compose and Kubernetes.
Changes:
OpikAssist routes LLM calls through the backend's /v1/private/chat/completions proxy, using the end-user's configured AI provider API key from workspace settings. Session storage uses MySQL via Google ADK's DatabaseSessionService.
Details
Change checklist
Issues
Testing
Documentation