[PR #755] [MERGED] integrations #986

Closed
opened 2026-02-17 17:21:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/755
Author: @mdrxy
Created: 10/6/2025
Status: Merged
Merged: 10/6/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/nitss


📝 Commits (10+)

📊 Changes

28 files changed (+1044 additions, -532 deletions)

View changed files

.github/scripts/packages_yml_get_downloads.py (+72 -0)
📝 .vscode/settings.json (+9 -2)
📝 README.md (+5 -1)
📝 pipeline/tools/partner_pkg_table.py (+92 -64)
📝 pyproject.toml (+8 -2)
reference/packages.yml (+721 -0)
📝 reference/python/README.md (+4 -0)
📝 reference/python/overrides/main.html (+13 -0)
📝 src/docs.json (+8 -8)
src/oss/javascript/api-reference.mdx (+0 -5)
src/oss/python/api-reference.mdx (+0 -5)
📝 src/oss/python/integrations/document_loaders/oracleai.mdx (+2 -2)
📝 src/oss/python/integrations/providers/activeloop_deeplake.mdx (+1 -1)
📝 src/oss/python/integrations/providers/index.mdx (+57 -130)
📝 src/oss/python/integrations/providers/intel.mdx (+1 -1)
📝 src/oss/python/integrations/providers/oracleai.mdx (+1 -1)
src/oss/python/integrations/providers/payman-tool.mdx (+0 -129)
📝 src/oss/python/integrations/providers/toolbox.mdx (+0 -0)
📝 src/oss/python/integrations/text_embedding/oracleai.mdx (+2 -2)
📝 src/oss/python/integrations/tools/azure_dynamic_sessions.mdx (+1 -1)

...and 8 more files

📄 Description

No description provided


🔄 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/755 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/nitss` --- ### 📝 Commits (10+) - [`3c9798e`](https://github.com/langchain-ai/docs/commit/3c9798ef944d34b4042fdc958bbbf619fab240a5) match earlier sentence - [`bab46c0`](https://github.com/langchain-ai/docs/commit/bab46c0ea4a23d85e422a052580776735ba37e33) add names to overview headers for mobile ux - [`6de9edf`](https://github.com/langchain-ai/docs/commit/6de9edf98cc146a0846d426a69cc3f180706e5ad) unclear - [`befc94d`](https://github.com/langchain-ai/docs/commit/befc94d77439d18d4d73c0da69ac780e57817c9e) typo - [`7768c5a`](https://github.com/langchain-ai/docs/commit/7768c5a48febd5ce524be2ab852e76471be3afea) add `ity` - [`38654bb`](https://github.com/langchain-ai/docs/commit/38654bb31afa2c93ff602dfc5bb35d4085d1d9af) add callout - [`4b107c6`](https://github.com/langchain-ai/docs/commit/4b107c6395f4083afce918b2fd10598cc9bda7e3) optionals - [`a6bc62e`](https://github.com/langchain-ai/docs/commit/a6bc62ef2d5aa37491d82657b99c4f4a4ec34338) use new gemini model in examples - [`6cfacff`](https://github.com/langchain-ai/docs/commit/6cfacff998b63d7130799aeb92d710474f3e1152) more params - [`8f0e385`](https://github.com/langchain-ai/docs/commit/8f0e385234c89d87bcbfa538ba53e76c8e509599) add types for requests to deps ### 📊 Changes **28 files changed** (+1044 additions, -532 deletions) <details> <summary>View changed files</summary> ➕ `.github/scripts/packages_yml_get_downloads.py` (+72 -0) 📝 `.vscode/settings.json` (+9 -2) 📝 `README.md` (+5 -1) 📝 `pipeline/tools/partner_pkg_table.py` (+92 -64) 📝 `pyproject.toml` (+8 -2) ➕ `reference/packages.yml` (+721 -0) 📝 `reference/python/README.md` (+4 -0) 📝 `reference/python/overrides/main.html` (+13 -0) 📝 `src/docs.json` (+8 -8) ➖ `src/oss/javascript/api-reference.mdx` (+0 -5) ➖ `src/oss/python/api-reference.mdx` (+0 -5) 📝 `src/oss/python/integrations/document_loaders/oracleai.mdx` (+2 -2) 📝 `src/oss/python/integrations/providers/activeloop_deeplake.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/index.mdx` (+57 -130) 📝 `src/oss/python/integrations/providers/intel.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/oracleai.mdx` (+1 -1) ➖ `src/oss/python/integrations/providers/payman-tool.mdx` (+0 -129) 📝 `src/oss/python/integrations/providers/toolbox.mdx` (+0 -0) 📝 `src/oss/python/integrations/text_embedding/oracleai.mdx` (+2 -2) 📝 `src/oss/python/integrations/tools/azure_dynamic_sessions.mdx` (+1 -1) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <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-02-17 17:21:30 -05:00
yindo closed this issue 2026-02-17 17:21:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#986