[PR #3569] docs(integrations): add superlinked (sie) embeddings page #3611

Open
opened 2026-06-05 18:23:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3569
Author: @zhujiale520
Created: 4/14/2026
Status: 🔄 Open

Base: mainHead: docs/superlinked-sie


📝 Commits (3)

  • 7842331 docs(integrations): add superlinked (sie) embeddings page
  • 3d2bdd4 Merge branch 'main' into docs/superlinked-sie
  • 9cdc061 Merge branch 'main' into docs/superlinked-sie

📊 Changes

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

View changed files

src/oss/python/integrations/embeddings/superlinked.mdx (+107 -0)

📄 Description

Overview

Add documentation for Superlinked (SIE) embeddings integration, including SIEEmbeddings, SIEReranker, and SIESparseEncoder components.

Type of change

  • New documentation page

Related issues/PRs

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

Additional notes

This PR adds a new documentation page for Superlinked (SIE) embeddings integration. The page follows the same structure as existing embedding provider pages (voyageai, jina, cohere).


🔄 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/3569 **Author:** [@zhujiale520](https://github.com/zhujiale520) **Created:** 4/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/superlinked-sie` --- ### 📝 Commits (3) - [`7842331`](https://github.com/langchain-ai/docs/commit/7842331641f7116d812fa7f8887745ca049fad46) docs(integrations): add superlinked (sie) embeddings page - [`3d2bdd4`](https://github.com/langchain-ai/docs/commit/3d2bdd406c5290757af7e29cd6c6a5b48817260f) Merge branch 'main' into docs/superlinked-sie - [`9cdc061`](https://github.com/langchain-ai/docs/commit/9cdc061cf6f5625bf8e0ed09083d35d9073d4e14) Merge branch 'main' into docs/superlinked-sie ### 📊 Changes **1 file changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/embeddings/superlinked.mdx` (+107 -0) </details> ### 📄 Description ## Overview Add documentation for Superlinked (SIE) embeddings integration, including `SIEEmbeddings`, `SIEReranker`, and `SIESparseEncoder` components. ## Type of change - [x] New documentation page ## Related issues/PRs - closes langchain-ai/langchain#36712 ## Checklist - [x] I have read the contributing guidelines - [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 ## Additional notes This PR adds a new documentation page for Superlinked (SIE) embeddings integration. The page follows the same structure as existing embedding provider pages (voyageai, jina, cohere). --- <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:23:40 -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#3611