Skip to content

Feature/add hpc ai provider#11264

Open
lioZ129 wants to merge 3 commits intodeepset-ai:mainfrom
lioZ129:feature/add-hpc-ai-provider
Open

Feature/add hpc ai provider#11264
lioZ129 wants to merge 3 commits intodeepset-ai:mainfrom
lioZ129:feature/add-hpc-ai-provider

Conversation

@lioZ129
Copy link
Copy Markdown

@lioZ129 lioZ129 commented May 6, 2026

Summary

  • add HPCAIChatGenerator docs page
  • add the generator to the generators index and sidebar
  • document HPC_AI_API_KEY, optional HPC_AI_BASE_URL, the default endpoint, and the two supported models

Notes

  • the component uses HPC-AI's OpenAI-compatible API

How did you test it?

unit tests, integration tests, manual verification

Copilot AI review requested due to automatic review settings May 6, 2026 03:25
@lioZ129 lioZ129 requested a review from a team as a code owner May 6, 2026 03:25
@lioZ129 lioZ129 requested review from julian-risch and removed request for a team May 6, 2026 03:25
@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

@lioZ129 is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

  • Adds documentation for the HPCAIChatGenerator integration (HPC-AI OpenAI-compatible chat completions) and wires it into the docs navigation so users can discover and use it.

Changes:

  • Added a new docs page describing setup (HPC_AI_API_KEY, optional HPC_AI_BASE_URL), supported models, and usage patterns (structured output, tools, streaming, pipeline usage).
  • Added HPCAIChatGenerator to the generators index table.
  • Added the new page to the Docusaurus sidebar under Generators.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs-website/sidebars.js Adds hpcaichatgenerator to the Generators sidebar list.
docs-website/docs/pipeline-components/generators/hpcaichatgenerator.mdx New documentation page for HPCAIChatGenerator (overview, configuration, examples).
docs-website/docs/pipeline-components/generators.mdx Adds HPCAIChatGenerator to the generators index table for discoverability.

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

| **Most common position in a pipeline** | After a [ChatPromptBuilder](../builders/chatpromptbuilder.mdx) |
| **Mandatory init variables** | `api_key`: The HPC-AI API key. Can be set with `HPC_AI_API_KEY` env var. |
| **Mandatory run variables** | `messages`: A list of [`ChatMessage`](../../concepts/data-classes/chatmessage.mdx) objects |
| **Output variables** | `replies`: A list of [`ChatMessage`](../../concepts/data-classes/chatmessage.mdx) objects <br /> <br />`meta`: A list of dictionaries with the metadata associated with each reply, such as token count and finish reason |
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