Models
Embeddings
Vectors for retrieval and schema matching
The embedding model turns text into vectors. Queries, schema names, and extracted instances are embedded so later steps can match meaning, not only identical strings.
Answer models use these vectors on the Middleware API. Schema refinement also uses them to find overlapping classes.