docs: add HetznerChatGenerator page - #12414
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Document the new `hetzner-haystack` integration, which serves open-weight LLMs from Hetzner's European data centers through an OpenAI-compatible API. Added to the unstable docs and to the 3.1-unstable and 3.0 versioned docs, with the matching sidebar entries. Related to deepset-ai/haystack-core-integrations#3820 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
julian-risch
force-pushed
the
docs/hetznerchatgenerator
branch
from
August 20, 2026 12:41
f91a496 to
d7c2416
Compare
`hetzner-haystack` 1.0.0 is released and the reference page was synced in #12421, so the API reference row can point at it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
julian-risch
force-pushed
the
docs/hetznerchatgenerator
branch
2 times, most recently
from
August 20, 2026 13:11
d7c2416 to
5a5db4e
Compare
The page was longer than comparable generator pages (173 lines vs. a median of 160 and 120-143 for the closest peers). Trimmed to 131 lines, following the structure of stackitchatgenerator and litellmchatgenerator: - Fold the API key, model, base URL and generation_kwargs notes into a `Parameters` section. - Replace the copied "flexible tool configurations" block and its non-runnable snippet with one sentence and the Tool/Toolset links. - Fold the multimodality section into the model list and its example. - Use the shorter `print_streaming_chunk` streaming example. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
julian-risch
marked this pull request as ready for review
August 20, 2026 13:20
julian-risch
requested review from
bogdankostic
and removed request for
a team
August 20, 2026 13:20
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.
Related Issues
Proposed Changes:
Adds a documentation page for
HetznerChatGenerator, the component of thehetzner-haystackintegration (1.0.0 on PyPI).Following the layout of the existing generator pages, added in three places with the matching sidebar entries:
docs/(unstable)versioned_docs/version-3.1-unstable/versioned_docs/version-3.0/(latest stable)How did you test it?
Notes for the reviewer
/reference/integrations-hetzner. Rebased onmainfor that.Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.🤖 Generated with Claude Code