[PR #1833] [MERGED] Add Egnyte integration documentation #1890

Closed
opened 2026-02-17 17:22:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1833
Author: @ashahdeo-eg
Created: 12/10/2025
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: egnyte-retriever


📝 Commits (9)

  • 83dc772 Add Egnyte integration documentation
  • f04add9 Merge branch 'main' into egnyte-retriever
  • b7d1795 Merge branch 'main' into egnyte-retriever
  • 469b78d Update src/oss/python/integrations/retrievers/egnyte.mdx
  • 10913d4 Merge branch 'main' into egnyte-retriever
  • 1021734 Merge branch 'main' into egnyte-retriever
  • 9e80863 Apply suggestions from code review
  • 227efdb Merge branch 'main' into egnyte-retriever
  • 308cc1e Merge branch 'main' into egnyte-retriever

📊 Changes

4 files changed (+312 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/egnyte.mdx (+105 -0)
src/oss/python/integrations/retrievers/egnyte.mdx (+198 -0)
📝 src/oss/python/integrations/retrievers/index.mdx (+1 -0)

📄 Description

  • Added provider overview page for Egnyte
  • Added retriever documentation with usage examples
  • Updated navigation in retrievers index and all providers page

PyPI package: https://pypi.org/project/egnyte-langchain-connector/
Source code: https://github.com/egnyte/egnyte-langchain-connector

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • 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

Additional notes


🔄 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/1833 **Author:** [@ashahdeo-eg](https://github.com/ashahdeo-eg) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `egnyte-retriever` --- ### 📝 Commits (9) - [`83dc772`](https://github.com/langchain-ai/docs/commit/83dc772dd4371ca5ca92f78d15a8d9d80c47d07b) Add Egnyte integration documentation - [`f04add9`](https://github.com/langchain-ai/docs/commit/f04add949eade335879d1b9885de82ae450523d7) Merge branch 'main' into egnyte-retriever - [`b7d1795`](https://github.com/langchain-ai/docs/commit/b7d1795dafd2fa1a2b74fa98936d4451ce7a100f) Merge branch 'main' into egnyte-retriever - [`469b78d`](https://github.com/langchain-ai/docs/commit/469b78dea1d602badbe125dbbf243990d45e6332) Update src/oss/python/integrations/retrievers/egnyte.mdx - [`10913d4`](https://github.com/langchain-ai/docs/commit/10913d44ab1920d1f01c56ef560a0c534f35d462) Merge branch 'main' into egnyte-retriever - [`1021734`](https://github.com/langchain-ai/docs/commit/1021734be92d87d734168b88e74ef0b79480b8f0) Merge branch 'main' into egnyte-retriever - [`9e80863`](https://github.com/langchain-ai/docs/commit/9e8086327b87a90ed410c58e80c649cecb2bd6b8) Apply suggestions from code review - [`227efdb`](https://github.com/langchain-ai/docs/commit/227efdb8aecd135d2cfbead83b8a74eb7e22c1e2) Merge branch 'main' into egnyte-retriever - [`308cc1e`](https://github.com/langchain-ai/docs/commit/308cc1eecf6661b3f01c563183d01878a4b788e0) Merge branch 'main' into egnyte-retriever ### 📊 Changes **4 files changed** (+312 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/egnyte.mdx` (+105 -0) ➕ `src/oss/python/integrations/retrievers/egnyte.mdx` (+198 -0) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+1 -0) </details> ### 📄 Description - Added provider overview page for Egnyte - Added retriever documentation with usage examples - Updated navigation in retrievers index and all providers page PyPI package: https://pypi.org/project/egnyte-langchain-connector/ Source code: https://github.com/egnyte/egnyte-langchain-connector ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:22:50 -05:00
yindo closed this issue 2026-02-17 17:22:50 -05:00
yindo changed title from [PR #1833] Add Egnyte integration documentation to [PR #1833] [MERGED] Add Egnyte integration documentation 2026-06-05 18:15:31 -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#1890