Full applications built on SIE, with the pipelines, models, and evaluation results documented in each one. Every project is self-contained: clone it, run it, learn from it.
Find the best retrieval strategy for your RAGHead-to-head retrieval ablation across six conditions and eight encoder, reranker, and multi-vector models on 1,854 SEC 10-K queries, ranked by NDCG@10.
Private fine-tuned compliance RAGDomain-tuned LoRA encoder and a custom cross-encoder that reranks and prunes context in one forward pass, all served from one SIE cluster.
Self-hosted product search in 5 minA full Amazon-style product search engine running on a laptop in 5 minutes. Uses all three SIE primitives (extract, encode, score) through three SDK calls.
Build a multimodal wine recommender with OCRA demo app that pairs preference-based wine retrieval with OCR-based label detection. Shows extract, encode, and score wired into one user-facing flow.
Find SOTA embedding models by MTEB taskDescribe your task in plain language and search across ~14K Hugging Face embedding models, ranked by task-specific MTEB scores.
Swap an OCR model with one identifier changeA multi-model OCR demo: recognition VLM, end-to-end document model, and zero-shot NER all driven by the same extract call. Only the model ID changes between calls.
A Stripe Link checkout with an SIE fraud-risk gateThree SIE primitives (extract, encode, score) score every order against a corpus of past fraud patterns before the Stripe PaymentIntent is created. The risk band annotates the Stripe Link payment button, in the same UI, in the same request.
Newer gallery projects that have not been written up as docs pages yet. Each card links to the full README and runnable code in the sie repo.
A behavioural gate that catches hijacked AI agentsJudges a proposed AI agent action against that agent's own learned baseline in real time, before it reaches a downstream system. Docker Compose with a self-hosted SIE, n8n, and a mock downstream.
Multi-model contract review with the OpenAI Agents SDKAn agent whose every model call (triage, orchestration, vision, OCR, embeddings, rerank, entity extraction, text-to-SQL, reasoning, and a safety guardrail) is served by one SIE cluster, each step on the right catalog model.
Vision-first document RAGRetrieves and answers questions over a multi-tenant page corpus by looking at page images, including scanned drawings, with OCR kept out of the score path.
Turn difficult PDFs into MarkdownPreserves tables, reading order, headings, and form labels across real financial, academic, and government PDFs with docling behind the extract call.
Rank exact primary-source passagesTests a reranker on verbatim SEC, CMS, NTSB, and Supreme Court excerpts against an SIE endpoint running Qwen3 Reranker.
Search licensed images with textRecomputes a six-image hard-negative ranking from full SigLIP vectors served by the encode endpoint.
Review a published flood-insurance appealSeparates FEMA's covered stone-removal scope from excluded barge, handling, disposal, and yard costs, using the bundled public FEMA appeal and policy.
Trace a restated filing figureFollows one reported figure through an original filing, corrective notice, and restatement while preserving source status, on public SEC facts.
Reproduce CMS's L1851 documentation findingTraces a published six-month requirement against a seven-month face-to-face encounter and CMS's recoupment result, on the exact CMS published example.
Reconstruct a bearing failureTurns the NTSB's three East Palestine detector readings into a cited temperature and alert sequence without adding a new causal claim.
Make a shelf gap auditableDetects one empty facing, derives its notice and shelf-label crops by geometry, then preserves OCR evidence from a CC0 supermarket shelf image.