chore: add Haystack Enterprise Components docs page - #11793
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
julian-risch
requested review from
julian-risch
and removed request for
davidsbatista
June 29, 2026 09:06
julian-risch
requested changes
Jun 29, 2026
julian-risch
left a comment
Member
There was a problem hiding this comment.
Thanks! I have done a quick initial review. Could you please remove the scripts/tests and the release note?
The sentencewindowretriever / sentencewindowretrieval changes are better to do in a separate PR please.
Tokens should be set now but I haven't tried them yet.
Contributor
The workflow opens an auto-PR against main via create-pull-request. On pull_request events it failed with a modify/delete cherry-pick conflict because docs-website/docs/overview/platform-components.mdx does not exist on main yet (this PR introduces it), and the action bases its branch on main. The pull_request trigger also has no secret access on fork PRs and would open an unrelated bot PR on every PR to main. Restrict to push:main and workflow_dispatch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
julian-risch
self-requested a review
June 29, 2026 12:40
julian-risch
approved these changes
Jun 29, 2026
julian-risch
enabled auto-merge (squash)
June 29, 2026 12:42
julian-risch
disabled auto-merge
June 29, 2026 12:42
julian-risch
enabled auto-merge (squash)
June 29, 2026 12:42
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
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.
Summary
docs-website/docs/overview/platform-components.mdx— a new Haystack Enterprise Components page listing all platform-available components grouped by integration partner, with links to their individual docs pagesscripts/generate_platform_components_table.py— the script that generates the MDX table by scanning source repos and cross-referencing the platform schema.github/workflows/update-platform-components.yml— GitHub Actions workflow that auto-regenerates and PRs the page on every push tomainNotes
PLATFORM_REPO_PAT,HAYSTACK_BOT_TOKEN,SCHEMA_REPO,SCHEMA_REPO_PATH✅