Add Superlinked embedding integration page#211
Open
fm1320 wants to merge 1 commit intolancedb:mainfrom
Open
Conversation
d21aa25 to
d064b26
Compare
Contributor
|
Hi @fm1320 , thanks for the contribution! Will take a look and get back to you with feedback when your draft is ready for review. |
Author
|
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.
d064b26 to
29c617e
Compare
Author
|
Hi @prrao87 did you have a chance to look at the integration ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a docs page for Superlinked (SIE), a self-hosted inference engine for embedding, reranking, and extraction. The
sie-lancedbpackage 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.mdxPage 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 scoringSIERerankerfor hybrid-search cross-encoder rerankingSIEExtractorfor zero-shot entity / relation / classification extraction stored as Arrow structssie-lancedb) and TypeScript (@superlinked/sie-lancedb) packagesLinks
Note: the page may also need to be added to
docs.jsonnavigation — happy to follow up once reviewers confirm the intended sidebar position. Opened as draft for feedback.