Add AISIX AI Gateway integration page - #603
Merged
kacperlukawski merged 2 commits intoSep 17, 2026
Merged
Conversation
Signed-off-by: Yilia Lin <Yilialin@apache.org>
|
@Yilialinn is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
馃煝 Approval recommended
No unresolved review issues were identified.
Pull request overview
Adds an AISIX AI Gateway integration guide for Haystack鈥檚 OpenAIChatGenerator, including credential separation, failover, and an end-to-end BM25 RAG example.
Changes:
- Documents AISIX installation and configuration.
- Explains gateway-owned retries and failover.
- Adds a complete Haystack RAG example.
File summaries
| File | Summary |
|---|---|
integrations/aisix.md |
New AISIX integration documentation and example. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
kacperlukawski
requested changes
Sep 17, 2026
kacperlukawski
self-requested a review
September 17, 2026 16:21
kacperlukawski
approved these changes
Sep 17, 2026
kacperlukawski
left a comment
Member
There was a problem hiding this comment.
Thank you, @Yilialinn I made a small change and should be ready to merge
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
This adds an AISIX AI Gateway integration page showing how a Haystack RAG pipeline can send model requests through AISIX with the built-in
OpenAIChatGenerator.The example demonstrates:
api_base_urlsnippet.No new Haystack component, integration package, or dependency is introduced.
Validation
ghcr.io/api7/aisix:1.2.0.aisix validate.Scope
The change is limited to one integration page. It adds no package, logo, generated asset, or runtime code.
Disclosure: I work at API7.ai, which maintains AISIX. AISIX is an independent Apache-2.0-licensed open-source project and is not an Apache Software Foundation project.