Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: deepset-ai/haystack-integrations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: deepset-ai/haystack-integrations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-enterprise-flag-automation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 80 files changed
  • 2 contributors

Commits on Sep 18, 2026

  1. feat: automate the enterprise front-matter flag

    Adds scripts/update_enterprise_flags.py and a nightly GitHub Actions
    workflow that cross-reference each integration page's `name` against
    the partner sections of deepset-ai/haystack's Haystack Enterprise
    Components table (docs-website/docs/overview/platform-components.mdx,
    generated nightly there by scripts/generate_platform_components_table.py),
    and set `enterprise: true` on any page that matches.
    
    The matching is purely by partner name against a public, pre-generated
    page - no dependency installs, no private API access, no code-sample
    parsing. A small alias table covers partner names that don't match
    their integration page's `name` field case-insensitively.
    
    Includes the initial backfill: 78 of 82 platform partners matched to
    an integration page. The remaining 4 (Amazon S3, Azure DocumentDB,
    Transformers, Unstructured) have no unambiguous corresponding page and
    are logged as warnings rather than guessed.
    
    Co-Authored-By: Claude Sonnet 5 <[email protected]>
    kacperlukawski and claude committed Sep 18, 2026
    Configuration menu
    Copy the full SHA
    39f52f1 View commit details
    Browse the repository at this point in the history
Loading