[PR #2942] [CLOSED] Add OCI Generative AI to common provider tabs #3027

Closed
opened 2026-06-05 18:20:52 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2942
Author: @fede-kamel
Created: 3/5/2026
Status: Closed

Base: mainHead: add-oci-to-provider-tabs


📝 Commits (4)

  • 4303ed8 Add OCI Generative AI to common provider tabs
  • d65bef5 Merge branch 'main' into add-oci-to-provider-tabs
  • 9fb9ab6 Merge branch 'main' into add-oci-to-provider-tabs
  • 333c755 Merge branch 'main' into add-oci-to-provider-tabs

📊 Changes

1 file changed (+31 additions, -0 deletions)

View changed files

📝 src/snippets/chat-model-tabs.mdx (+31 -0)

📄 Description

Summary

Adds Oracle Cloud Infrastructure (OCI) Generative AI to the common provider tabs snippet used across the documentation.

This places OCI alongside other major cloud providers (AWS Bedrock, Azure, Google) in the quick-start examples.

Changes

  • Added new "OCI GenAI" tab to src/snippets/chat-model-tabs.mdx
  • Shows both init_chat_model and direct ChatOCIGenAI usage patterns
  • Links to the OCI Generative AI integration docs

Provider Tab Order

  1. OpenAI
  2. Anthropic
  3. Azure
  4. Google Gemini
  5. AWS Bedrock
  6. OCI GenAI ← New
  7. HuggingFace

Related

  • OCI docs PR: #2925 (merged)
  • OCI docs improvements: #2940

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2942 **Author:** [@fede-kamel](https://github.com/fede-kamel) **Created:** 3/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-oci-to-provider-tabs` --- ### 📝 Commits (4) - [`4303ed8`](https://github.com/langchain-ai/docs/commit/4303ed826d31427ae8f3580b6e41c440d3085668) Add OCI Generative AI to common provider tabs - [`d65bef5`](https://github.com/langchain-ai/docs/commit/d65bef52e7e2fdc420f67cfaec40ce4faf3616cb) Merge branch 'main' into add-oci-to-provider-tabs - [`9fb9ab6`](https://github.com/langchain-ai/docs/commit/9fb9ab60ebfd1b3127015094c7574ae2bce8496a) Merge branch 'main' into add-oci-to-provider-tabs - [`333c755`](https://github.com/langchain-ai/docs/commit/333c755a983c9bc18ca9460f9af1e5bceb8ff66c) Merge branch 'main' into add-oci-to-provider-tabs ### 📊 Changes **1 file changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/snippets/chat-model-tabs.mdx` (+31 -0) </details> ### 📄 Description ## Summary Adds Oracle Cloud Infrastructure (OCI) Generative AI to the common provider tabs snippet used across the documentation. This places OCI alongside other major cloud providers (AWS Bedrock, Azure, Google) in the quick-start examples. ## Changes - Added new "OCI GenAI" tab to `src/snippets/chat-model-tabs.mdx` - Shows both `init_chat_model` and direct `ChatOCIGenAI` usage patterns - Links to the [OCI Generative AI integration docs](/oss/python/integrations/chat/oci_generative_ai/) ## Provider Tab Order 1. OpenAI 2. Anthropic 3. Azure 4. Google Gemini 5. AWS Bedrock 6. **OCI GenAI** ← New 7. HuggingFace ## Related - OCI docs PR: #2925 (merged) - OCI docs improvements: #2940 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:52 -04:00
yindo closed this issue 2026-06-05 18:20:52 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3027