Skip to content

Knowledge Graph: structured dataset ingestion and handling #430

Description

@Weegy

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestneeds-triageAwaiting maintainer triage

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions