Add Superlinked (SIE) tool integration page#5445
Open
fm1320 wants to merge 1 commit intocrewAIInc:mainfrom
Open
Add Superlinked (SIE) tool integration page#5445fm1320 wants to merge 1 commit intocrewAIInc:mainfrom
fm1320 wants to merge 1 commit intocrewAIInc:mainfrom
Conversation
Adds a docs page and Mintlify nav entry for sie-crewai, which provides CrewAI tools backed by Superlinked's self-hosted inference engine: SIERerankerTool for cross-encoder reranking, SIEExtractorTool for zero-shot entity/relation/classification extraction, and SIESparseEmbedder for hybrid search. Dense embeddings use SIE's OpenAI-compatible endpoint via CrewAI's built-in openai embedder config.
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-crewaipackage provides CrewAI-native components:SIERerankerTool- cross-encoder reranker as a CrewAIBaseToolSIEExtractorTool- zero-shot entity / relation / classification / object-detection as a CrewAIBaseTool(GLiNER, GLiREL, GLiClass, GroundingDINO, OWL-v2)SIESparseEmbedder- learned sparse vectors (SPLADE / BGE-M3) for hybrid search workflowsopenaiembedder config (no CrewAI-specific wrapper needed)Files added / changed
docs/en/tools/search-research/superlinkedtool.mdx- new pagedocs/docs.json- registeredsuperlinkedtoolunder the "Search & Research" group in every English nav treePlacement note
Placed under
tools/search-research/because that's where existingBaseTool-style integrations live (Exa, Tavily, Serper, Brave). Happy to move it if maintainers prefer another section, e.g. a new "Embeddings & Reranking" group, or a mention insideconcepts/knowledge.mdx.Links
Opened as a draft for maintainer review on placement and frontmatter.