[PR #3340] [MERGED] docs: Add a note for ChatOCIGenAI about the expensive initialization #3397

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3340
Author: @shenoyvvarun
Created: 3/27/2026
Status: Merged
Merged: 3/27/2026
Merged by: @mdrxy

Base: mainHead: oci_init_note


📝 Commits (1)

  • 5c15011 docs: Add a note for ChatOCIGenAI about the expensive initialization process.

📊 Changes

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

View changed files

📝 src/oss/python/integrations/providers/oci.mdx (+4 -0)

📄 Description

Overview

  • Adding a note about the expensive initialization (In order of 5-10s seconds) for cases for customers
  • The expensive initialization is due to setting Retry strategy, loading SDK configurations, loading private keys in the signer.

Type of change

Update existing documentation

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Testing

Screenshot 2026-03-27 at 1 03 17 AM

🔄 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/3340 **Author:** [@shenoyvvarun](https://github.com/shenoyvvarun) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `oci_init_note` --- ### 📝 Commits (1) - [`5c15011`](https://github.com/langchain-ai/docs/commit/5c150110a6ab2a8e27ffad7e93eee964f9654c38) docs: Add a note for ChatOCIGenAI about the expensive initialization process. ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/oci.mdx` (+4 -0) </details> ### 📄 Description ## Overview - Adding a note about the expensive initialization (In order of 5-10s seconds) for cases for customers - The expensive initialization is due to setting Retry strategy, loading SDK configurations, loading private keys in the signer. ## Type of change Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Testing <img width="762" height="308" alt="Screenshot 2026-03-27 at 1 03 17 AM" src="https://github.com/user-attachments/assets/12c23f80-2d22-4cc1-8490-5e920cd5f3cf" /> --- <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:22:57 -04:00
yindo closed this issue 2026-06-05 18:22:57 -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#3397