feat(ai-integrations): add AI Gateway integration guides for Vercel AI SDK, LangChain, and LlamaIndex#5599
Open
tejakummarikuntla wants to merge 1 commit into
Open
Conversation
…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>
👷 Deploy request for kongdeveloper pending review.Visit the deploys page to approve it
|
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.
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:
/ai-integrations/vercel-ai-sdk//ai-integrations/langchain//ai-integrations/llamaindex/It also wires up the new
ai_integrationscollection: registration + permalink/layout/breadcrumb defaults injekyll.yml, theai_integrationcontent_typein 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
Authorizationheader so LangChain's auto-Bearermatches). The LlamaIndex guide usesOpenAILikefor gateway aliases sinceOpenAIvalidates model names.Preview Links
Populated by the deploy preview once CI runs.
Checklist
/ai-integrations/index). Code samples were not executed against a live Konnect gateway.descriptionentry in frontmatter./ai-integrations/index via the collection.🤖 Generated with Claude Code