Skip to content

feat(ai-integrations): add AI Gateway integration guides for Vercel AI SDK, LangChain, and LlamaIndex#5599

Open
tejakummarikuntla wants to merge 1 commit into
Kong:mainfrom
tejakummarikuntla:codex/ai-libs
Open

feat(ai-integrations): add AI Gateway integration guides for Vercel AI SDK, LangChain, and LlamaIndex#5599
tejakummarikuntla wants to merge 1 commit into
Kong:mainfrom
tejakummarikuntla:codex/ai-libs

Conversation

@tejakummarikuntla

Copy link
Copy Markdown
Contributor

Description

Adds a new AI Integrations docs section (/ai-integrations/) showing how popular AI libraries work with Kong AI Gateway on Konnect. Each guide leads with pointing the library's OpenAI provider at a Konnect AI Gateway Route, then covers streaming, structured output / chains, tools, agents, model aliases via AI Proxy Advanced, embeddings/RAG, a lean decK-to-Konnect route setup, gateway controls that need no app changes, and troubleshooting.

Guides in this PR:

  • Vercel AI SDK/ai-integrations/vercel-ai-sdk/
  • LangChain (Python)/ai-integrations/langchain/
  • LlamaIndex (Python)/ai-integrations/llamaindex/

It also wires up the new ai_integrations collection: registration + permalink/layout/breadcrumb defaults in jekyll.yml, the ai_integration content_type in the frontmatter schema, a top-nav link, search-tag mapping, and the index layout, JS entrypoint, and card/row/overview includes.

LangChain reuses the Key Auth pattern from the existing Use LangChain with AI Proxy how-to (Key Auth reads the Authorization header so LangChain's auto-Bearer matches). The LlamaIndex guide uses OpenAILike for gateway aliases since OpenAI validates model names.

Preview Links

Populated by the deploy preview once CI runs.

Checklist

  • Tested how-to docs. If not, note why here. — Pages verified rendering locally (all sections, no Liquid errors, listed in the /ai-integrations/ index). Code samples were not executed against a live Konnect gateway.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager). — N/A; no autogenerated instruction tabs used.
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable). — Auto-listed in the /ai-integrations/ index via the collection.

🤖 Generated with Claude Code

…I SDK, LangChain, and LlamaIndex

Add a new `ai_integrations` collection and an `/ai-integrations/` index that
documents how popular AI libraries work with Kong AI Gateway on Konnect.

Each guide leads with pointing the library's OpenAI provider at a Konnect AI
Gateway Route, then covers streaming, structured output / chains, tools, agents,
model aliases via AI Proxy Advanced, embeddings/RAG, a lean decK-to-Konnect
route setup, gateway controls that need no app changes, and troubleshooting:

- Vercel AI SDK
- LangChain (Python)
- LlamaIndex (Python)

Wire the collection: register it in jekyll.yml with permalink/layout/breadcrumb
defaults, add `ai_integration` to the frontmatter `content_type` enum, add a
top-nav link, map the type for search, and add the index layout, JS entrypoint,
and card/row/overview includes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tejakummarikuntla tejakummarikuntla requested a review from a team as a code owner June 16, 2026 14:42
@netlify

netlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

👷 Deploy request for kongdeveloper pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 881db63

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.

1 participant