Data ontology preparation agent #2303
eugeneboms
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Proposal
Implement an agent (more likely as a collection of skills) that takes several high-dimensional CSVs and makes them suitable for Fabric Ontology upload.
Justification
Throwing an arbitrary unprocessed CSV file into Fabric Ontology often results in slow processing and inferior query responses due to the following problems commonly present in real-life data:
We've observed that situation during one of the hackathons with a customer. Their (semi-synthetic, anonymized) data in several CSV files featured over 100 dimensions and high redundancy. It took over 24 hours to create the ontology, and the resulting agent often had troubles with relatively simple questions.
Details
The agent would need to perform the following:
3.1. Easily derived from other columns
3.2. Easily predictable from other columns (when numeric)
3.3. Blank, uniform, or with very few bits of information.
Challenges
Current status
A local early POC on my machine, seems to be working, with admittingly very limited testing.
Open questions
All reactions