Problem
The Knowledge Graph currently handles document and chat ingestion well, but there is no defined path for structured datasets (tables, CSVs, database exports, and similar). Users who want to bring in structured data have to shoehorn it through the same pipeline built for unstructured content.
Proposed solution
Define and implement a dataset ingestion path into the Knowledge Graph that respects the shape of structured data (columns, types, relations) instead of treating it as plain text. Scope needs to cover at minimum: import, schema handling, and query/retrieval against ingested datasets.
Problem
The Knowledge Graph currently handles document and chat ingestion well, but there is no defined path for structured datasets (tables, CSVs, database exports, and similar). Users who want to bring in structured data have to shoehorn it through the same pipeline built for unstructured content.
Proposed solution
Define and implement a dataset ingestion path into the Knowledge Graph that respects the shape of structured data (columns, types, relations) instead of treating it as plain text. Scope needs to cover at minimum: import, schema handling, and query/retrieval against ingested datasets.