Ontologies: signaled improvements?
I have gotten really into the weeds with ontologies lately. Theoretically an LPG structure that is grounded to your data should solve so many agentic rag issues.
I know it’s in preview but what currently exists in building an ontology in fabric is laughably thin. All you can really do at this point is make named foreign key relationships. You can’t add entity descriptions, cardinality, inheritance/heirarchy, and for the relationships you can’t add real properties. I did see you can have a ‘junction’ type table be the table for binding between source and target in the relationship as long as it has the keys to both.. but you can’t do anything with the fields in that junction table.
Looking everywhere for the actual planned future offerings in ontologies and it’s sooooo thin. They do a have an ontology sandbox in GitHub which has more traditional ontology features. But that seems more geared towards teaching you about ontologies (essentially Labelled Property graphs), and I don’t think signals what is actually going to ship in fabric.
Their API shows they might have some class/sub class stuff going on in the background. Does anyone here got insight or intel into what’s next? Or anyone having any sort of success with what exists today?