studio: load context graph and dataset registry

This commit is contained in:
scawful
2025-12-30 11:04:09 -05:00
parent 5db5f87a68
commit 573ebf8247
11 changed files with 393 additions and 13 deletions

View File

@@ -245,7 +245,7 @@ struct AppState {
bool is_rendering_expanded_plot = false;
std::vector<PlotKind> custom_grid_slots;
// Knowledge Graph
// Context Graph
std::vector<std::string> knowledge_concepts;
std::vector<float> knowledge_nodes_x;
std::vector<float> knowledge_nodes_y;