Skip to content

Add Superlinked embedding integration page#211

Open
fm1320 wants to merge 1 commit intolancedb:mainfrom
fm1320:add-superlinked-integration
Open

Add Superlinked embedding integration page#211
fm1320 wants to merge 1 commit intolancedb:mainfrom
fm1320:add-superlinked-integration

Conversation

@fm1320
Copy link
Copy Markdown

@fm1320 fm1320 commented Apr 13, 2026

Summary

Adds a docs page for Superlinked (SIE), a self-hosted inference engine for embedding, reranking, and extraction. The sie-lancedb package registers SIE as a first-class embedding function in LanceDB's registry, so embeddings are computed automatically on insert and search.

Files added

  • docs/integrations/embedding/superlinked.mdx

Page follows the same Mintlify format as existing pages in the directory (Cohere, Jina, OpenAI, Voyage, etc.).

Highlights

  • "sie" registered embedding function for dense and sparse vectors (85+ supported models: Stella, Nomic, E5, BGE-M3, etc.)
  • "sie-multivector" registered embedding function for ColBERT-style late interaction with MaxSim scoring
  • SIEReranker for hybrid-search cross-encoder reranking
  • SIEExtractor for zero-shot entity / relation / classification extraction stored as Arrow structs
  • Python (sie-lancedb) and TypeScript (@superlinked/sie-lancedb) packages

Links

Note: the page may also need to be added to docs.json navigation — happy to follow up once reviewers confirm the intended sidebar position. Opened as draft for feedback.

@fm1320 fm1320 force-pushed the add-superlinked-integration branch 4 times, most recently from d21aa25 to d064b26 Compare April 13, 2026 12:36
@prrao87
Copy link
Copy Markdown
Contributor

prrao87 commented Apr 13, 2026

Hi @fm1320 , thanks for the contribution! Will take a look and get back to you with feedback when your draft is ready for review.

@prrao87 prrao87 marked this pull request as ready for review April 13, 2026 20:57
@fm1320
Copy link
Copy Markdown
Author

fm1320 commented Apr 13, 2026

Hi @prrao87 , should be ready now :)

Adds a docs page for Superlinked (SIE), a self-hosted inference engine
for embedding, reranking, and extraction. The sie-lancedb package
registers SIE as a first-class embedding function in LanceDB's registry
("sie" and "sie-multivector"), supports 85+ models, provides a
SIEReranker for hybrid search, and an SIEExtractor for entity extraction
via enrich_table() with native MultiVector/ColBERT support.
@fm1320 fm1320 force-pushed the add-superlinked-integration branch from d064b26 to 29c617e Compare April 14, 2026 22:58
@fm1320
Copy link
Copy Markdown
Author

fm1320 commented Apr 17, 2026

Hi @prrao87 did you have a chance to look at the integration ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants