langchain - ✅(Solved) Fix Docs: add Superlinked (SIE) embeddings integration page [1 pull requests, 2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langchain-ai/langchain#36712Fetched 2026-04-15 06:19:50
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Participants
Timeline (top)
commented ×2cross-referenced ×1labeled ×1mentioned ×1

PR fix notes

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

Description (problem / solution / changelog)

Overview

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

Type of change

  • New documentation page

Related issues/PRs

  • closes langchain-ai/langchain#36712

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).

Changed files

  • src/oss/python/integrations/embeddings/superlinked.mdx (added, +107/-0)
RAW_BUFFERClick to expand / collapse

Privileged issue

  • I'm a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.

Filing as a docs-contribution proposal per the contribution workflow.

Issue content

I'd like to add a docs notebook for Superlinked (SIE), a self-hosted inference engine for embedding, reranking, and extraction. The sie-langchain package (published on PyPI) provides drop-in LangChain components:

  • SIEEmbeddings - implements LangChain's Embeddings interface (sync + async)
  • SIEReranker - implements BaseDocumentCompressor, supports cross-encoder and ColBERT / late-interaction reranker models
  • SIESparseEncoder - sparse encoder for hybrid-search integrations (e.g. Pinecone)

Superlinked exposes 85+ embedding models (dense, sparse, ColBERT / multivector) and cross-encoder rerankers through a single endpoint.

Proposed location

A new notebook at docs/docs/integrations/text_embedding/superlinked.ipynb on the v0.3 branch, following the same structure as the existing voyageai.ipynb, jina.ipynb, and cohere.ipynb pages in the same directory.

Draft PR

I already drafted the notebook and opened a PR (#36711) before seeing the require-issue-link policy. That PR was auto-closed. Once this issue is approved, happy to reopen and link it here.

Links

extent analysis

TL;DR

The proposed fix is to create a new documentation notebook for Superlinked integration in the LangChain repository.

Guidance

  • Review the drafted notebook in PR #36711 to ensure it follows the same structure as existing notebooks (e.g., voyageai.ipynb, jina.ipynb, and cohere.ipynb) in the docs/docs/integrations/text_embedding directory.
  • Verify that the sie-langchain package is correctly implemented and compatible with LangChain's interfaces, specifically Embeddings, BaseDocumentCompressor, and sparse encoder for hybrid-search integrations.
  • Check the Superlinked documentation and source code to ensure accurate representation in the proposed notebook.
  • Once this issue is approved, reopen the PR and link it to this issue for further review and merging.

Example

No code snippet is provided as it is not necessary for this documentation-related issue.

Notes

The success of this proposal depends on the accuracy and completeness of the drafted notebook, as well as the compatibility of the sie-langchain package with LangChain's interfaces.

Recommendation

Apply workaround: Reopen the PR #36711 and link it to this issue once approved, allowing for further review and potential merging of the proposed documentation notebook.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING