onto_embed
Generate text and structural embeddings for ontology classes to enable semantic search and improve alignment accuracy in knowledge graphs.
Instructions
Generate text + structural Poincaré embeddings for all classes in the loaded ontology. Requires the embedding model (run open-ontologies init to download). Embeddings enable semantic search via onto_search and improve alignment accuracy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| struct_dim | No | Structural embedding dimension. Default: 32 | |
| struct_epochs | No | Structural training epochs. Default: 100 |