Enrichment
Enrichment is the process of transforming unstructured documents into rich, structured, hierarchical knowledge graphs representing key sections, concepts, entities, and their relationships to one another. Enrichment is a critical first step in preparing data for use in downstream applications such as agentic search, eDiscovery, and retrieval-augmented generation (RAG) systems demanding high-quality structured inputs. Our flagship enrichment model is Kanon 2 Enricher.Embedding
Embedding or vectorization is the process of converting content into sets of numbers that, when compared mathematically with each other, quantify how similar they are in meaning. Embeddings are used to power semantic search engines, text classification, and cluster analysis as well as the retrieval component of retrieval-augmented generation (RAG) applications. Isaacus’ flagship embedding model is Kanon 2 Embedder, which currently ranks as the most accurate legal embedding model on the Massive Legal Embedding Benchmark (MLEB).Reranking
Reranking refers to the process of scoring and sorting a set of documents based on their relevance to a particular query. Reranking is typically used in conjunction with a search engine, where the search engine retrieves a set of documents based on a user’s query, and the reranker scores and sorts those documents to present the most relevant ones to the user (or, when used as part of a retrieval-augmented generation (RAG) pipeline, to present the most relevant documents to a generative model). Our flagship reranker is Kanon 2 Reranker, which ranks as the most accurate reranker on Legal RAG Bench.
All of our universal classifiers can also be used as rerankers.