[PR #867] [CLOSED] integration: Sync Superlinked Retriever integration docs fixes #538 #1098

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/867
Author: @fm1320
Created: 10/13/2025
Status: Closed

Base: mainHead: sync-superlinked-integration


📝 Commits (6)

  • ffe3d65 Sync Superlinked Retriever integration docs
  • a310cec Merge branch 'main' into sync-superlinked-integration
  • 428a534 Merge branch 'main' into sync-superlinked-integration
  • 744e5a0 Merge branch 'main' into sync-superlinked-integration
  • be70259 .
  • 258bd3a Merge branch 'main' into sync-superlinked-integration

📊 Changes

6 files changed (+5169 additions, -3048 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+3698 -3047)
📝 src/oss/python/integrations/providers/overview.mdx (+1 -1)
src/oss/python/integrations/providers/superlinked.mdx (+136 -0)
📝 src/oss/python/integrations/retrievers/index.mdx (+2 -0)
src/oss/python/integrations/retrievers/superlinked.mdx (+1159 -0)
src/oss/python/integrations/retrievers/superlinked_examples.mdx (+173 -0)

📄 Description

  • Add provider documentation (superlinked.mdx)
  • Add retriever documentation (superlinked.mdx)
  • Add retriever examples (superlinked_examples.mdx)
  • Update navigation in retrievers index and providers list
  • Convert all files from Docusaurus/Jupyter format to Mintlify MDX

Fixes #538

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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment 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/867 **Author:** [@fm1320](https://github.com/fm1320) **Created:** 10/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sync-superlinked-integration` --- ### 📝 Commits (6) - [`ffe3d65`](https://github.com/langchain-ai/docs/commit/ffe3d657261767885fdf14652461610366a9d13c) Sync Superlinked Retriever integration docs - [`a310cec`](https://github.com/langchain-ai/docs/commit/a310cec4cf3bf09f0a0f65c90785200158028844) Merge branch 'main' into sync-superlinked-integration - [`428a534`](https://github.com/langchain-ai/docs/commit/428a5345454b96f341fbf45d95c33a1e736c367a) Merge branch 'main' into sync-superlinked-integration - [`744e5a0`](https://github.com/langchain-ai/docs/commit/744e5a0e674681f95aefb3977f8634b6b2c8e6bc) Merge branch 'main' into sync-superlinked-integration - [`be70259`](https://github.com/langchain-ai/docs/commit/be70259d9836c94be9fc0ac8ae99b25f99223897) . - [`258bd3a`](https://github.com/langchain-ai/docs/commit/258bd3aba5c153300048458f429503a77b68cbb9) Merge branch 'main' into sync-superlinked-integration ### 📊 Changes **6 files changed** (+5169 additions, -3048 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+3698 -3047) 📝 `src/oss/python/integrations/providers/overview.mdx` (+1 -1) ➕ `src/oss/python/integrations/providers/superlinked.mdx` (+136 -0) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/retrievers/superlinked.mdx` (+1159 -0) ➕ `src/oss/python/integrations/retrievers/superlinked_examples.mdx` (+173 -0) </details> ### 📄 Description - Add provider documentation (superlinked.mdx) - Add retriever documentation (superlinked.mdx) - Add retriever examples (superlinked_examples.mdx) - Update navigation in retrievers index and providers list - Convert all files from Docusaurus/Jupyter format to Mintlify MDX Fixes #538 ## 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 --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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 - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment 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:21:42 -05:00
yindo closed this issue 2026-02-17 17:21:42 -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#1098